Solved
Forum Discussion
Daksha
10 years agoOccasional Contributor
Hi anhvu,
Thanks for quick response. I am using touch action on instrumented object.
What you mean by deepest object, say currently getting error on pressing back button on mobile device, which did not get simulated on device.
Code I used is :
Mobile.Device(<devicename>).PressBack() ;
anhvu
10 years agoFrequent Contributor
Hi,
1- could you try to use this Mobile["Device"](device)["PressBack"]();
2- Deepest object means the latest object in the object tree. Ex:
Object1
Object1a
Object1aa <--This is the deepest object.
Example: The button object may be covered by the text of the button, so try to touch/click on the "text" of the button instead of the button.