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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to