Re: [Sikuli-driver] [Question #679146]: sikulix adb keyevent

2019-03-14 Thread RaiMan
Question #679146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679146 Status: Answered => Solved RaiMan changed the question status: good finding ;-) another option - did not remember. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #679146]: sikulix adb keyevent

2019-03-13 Thread Kirill Sorokin
Question #679146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679146 Kirill Sorokin posted a new comment: Thank you for your answer! And nice soft too! ;) Today i found the way: ADBScreen.exec("input keyevent 4") -- You received this question notification because your team

Re: [Sikuli-driver] [Question #679146]: sikulix adb keyevent

2019-03-13 Thread RaiMan
Question #679146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679146 Status: Open => Answered RaiMan proposed the following answer: I have to check. But there are special ADB features in class Region (not yet in the docs ;-), that you might play with: (the Java API

[Sikuli-driver] [Question #679146]: sikulix adb keyevent

2019-03-12 Thread Kirill Sorokin
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)