Forum Discussion
sammy04
5 months agoOccasional Contributor
Thanks for your response, Scot. I tried to execute "focusd" and "SetFocus" for my object, however it says the button object does not support these property and method. I updated the testcomplete and tried again. But the result was the same.
Addition: I found that focus property and method are used on desktop app not on a mobile app. I'm working on a mobile application.
rraghvani
Champion Level 3
5 months agoCould you try with either of the following line of code,
completeButton.Touch()
completeButton.Touch(5, 5)
completeButton.Click(5, 5)