Question #292399 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/292399
Status: Open => Needs information
RaiMan requested more information:
Do you have a 2nd monitor attached?
Try to run the script from commandline:
runsikulix -d 3 -c -r path to your script
btw: no need for a new App object:
# First see if a previous session of Chrome is open. If so, close it.
myBrowser = App(browsername)
if myBrowser.window() :
myBrowser.close()
# Now launch a fresh Chrome session.
myBrowser.open()
wait(3)
--
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