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

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -