sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #50976
[Question #679146]: sikulix adb keyevent
New question #679146 on Sikuli:
https://answers.launchpad.net/sikuli/+question/679146
Hello!
I there keyboard (type() funktion working with Android ADB?
Я Have simple test code:
ascr = ADBScreen.start("C:\\adb\\adb.exe")
if not ascr:
exit(1)
use(ascr)
click("19L4.png")
wait(1)
type(Key.ESC)
With ADB i see click result.
But don't see result of type(Key.ESC)
Without ADB:
click("19L4.png")
type(Key.ESC)
working perfect...
I noted it's possible to send ESC with "adb shell input keyevent KEYCODE_ESCAPE" command.
How can I execute such shell command with SikuliX and Python?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.