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

Popular posts from this blog

Admob integration with pygame in android -

Function that returns a formatted array in VBA -

python - performance - finding all points within certain distance by lat/long -