Daksha
9 years agoOccasional Contributor
Touch action does not playback successfully on android device some times , hence object not found
I have faced this many times with different types of object on 3 types of android devices. (Getac, Nexus 7 and Samsung Galaxy Note, currently using Samsung Galaxy note) I am using TestComplete mobil...
- 9 years ago
Thanks anhvu and Alex.
My problem got resolved(hopefully as it was intermittent) after adding few more Delays between the actions.
So basically issue is not related to press button but the latency between the action response and actual playback on the screen.
I will try out Mobile.Device.PressButton(MobileButtonKey.mbkBack) as well when face similar issue again.