Question #626490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/626490
RaiMan proposed the following answer: @ dinev: very basic yet only: http://sikulix-2014.readthedocs.io/en/latest/screen.html#connecting-to-an-android-device-or-emulator-adbscreen in Jython: import org.sikuli.script.android.ADBScreen as ADB as = ADB.start() as.click("someimage") ... as.stop() In the IDE in menu Tools is an android entry. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

