openatx / adbutils

pure python adb library for google adb service.
MIT License
761 stars 175 forks source link

adb命令 #19

Closed pengyanbing84 closed 3 years ago

pengyanbing84 commented 4 years ago

Can the adb command simulate the enter key or search key? . such as device.press.enter () device.press.search (), similar to uiautomator, can simulate a carriage return, search, If so what is the adb command? Look forward to your answer

codeskyblue commented 4 years ago

For example: adb shell input keyevent ENTER