sammy04
24 days agoOccasional Contributor
Button is recognized but is not clickable.
Hello everyone. I need your help to figure out why the button on my mobile app (Android) is not clicked even though TestComplete recognizes it.
The code is very simple:
if completeButton.Exists:
Log.Message("The button exists")
completeButton.Click()
It returns "The button exists". However, the button is not clicked.
I suspect that the issue is because the button is partly covered with home icon as the image shows. Please tell me your thought and advice to fix this error. Cheers.