← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #679146]: Android: ADBScreen: how to execute special features

 

Question #679146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679146

Summary changed to:
Android: ADBScreen: how to execute special features 

Description changed to:
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.