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