[Sikuli-driver] [Question #236622]: Not working when the object is not on screen

2013-09-30 Thread david
New question #236622 on Sikuli:
https://answers.launchpad.net/sikuli/+question/236622

I have written a script to scan on the IE Flash program and click on certain 
object (eg: click("1380511864279-1.png"))
However the click command (perhaps other scan command also) will not work if 
the IE is not maximize on screen.

I wish the script can continue scan the IE tab 1 even when I minimize it.
Please advice how to continue the image scan even I want to minimize it, since 
I want to open other apps to do my works.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #236622]: Not working when the object is not on screen

2013-09-30 Thread Mark Weisler
Question #236622 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236622

Status: Open => Answered

Mark Weisler proposed the following answer:
Since Sikuli is a visual environment it needs to see the image 
("1380511864279-1.png") on your screen to be able to click on it.
If the display is minimized Sikuli cannot see the image and cannot click on it.
When you execute the Sikuli program you should leave the screen the same size 
as when you captured the image. That way Sikuli will have a better chance of 
finding the image than if you shrink it or enlarge it.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp