sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42263
Re: [Question #626490]: Errors happen when Android screen is horizontal
Question #626490 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/626490
Status: Open => Answered
RaiMan proposed the following answer:
I am sorry, but I do not have the time and resources currently to test
or even augment this experimental feature.
... but looking into the code:
I guess, that currently the implementation does not realise the orientation change.
BTW:
- according to the docs your usage is not recommended (admitted: a little bit disguised with the reference to VNCScreen)
ADBScreen adbScreen = ADBCScreen.start();
So in the same script, you have to issue
AdbScreen.stop()
when you change the orientation and another
ADBScreen adbScreen = ADBCScreen.start();
to get a valid screen object for the new situation.
For the next months you have to live with this situation ( see above).
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.