我想用python分步调用adb命令,先进adb shell
然后反复的执行其它命令,
对python来说,怎么新建一个这样的地方给我继续输入呢?
黄舟2017-04-18 10:25:31
Do you want to use Python to execute adb and then enter commands?
What you need is the Pexpect package to complete the interaction with other applications.