android - Can UIAutomator be used remotely? -


i want use uiautomator's functionality inside java application runs on computer connected android device. possible?

i've looked @ monkeyrunner/chimpchat uiautomator seems provide more functionality.

thanks in advance.

you can if device rooted - can run same uiautomator runtest command adb shell.

see answer here.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -