Swind / pure-python-adb

This is pure-python implementation of the ADB client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exec-out function

igonro opened this issue · comments

commented

I didn't find any way to do the equivalent of executing adb exec-out <command>. Any plans of including it? Would it be difficult to implement that? I think it could be very useful to support it.

If command is about to run uiautomator dump, you can try:

print(device.shell("uiautomator dump /dev/tty"))