Android UIAutomator how to tilt device -
is there anyway perform tilt action using uiautomator android? looked @ uiautomatorapi unable find direct method.
there methods change device orientation. assume want. try:
getuidevice().setorientationright(); getuidevice().setorientationleft(); getuidevice().setorientationnatural();
for more details on how use them can access link: auiautomator uidevice
Comments
Post a Comment