sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42297
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.