← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #626490]: Errors happen when Android screen is horizontal

 

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.