sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37778
Re: [Question #292399]: [1.1.0] Sikuli App object throws java.lang.ArrayIndexOutOfBoundsException
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.