Re: [Sikuli-driver] [Question #692097]: Not able to find image when new page launches in desktop App

2020-07-27 Thread masuo
Question #692097 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692097

Status: Open => Answered

masuo proposed the following answer:
As a standard behavior Sikuli internally processes about 3 search operations 
per second.
A detailed explanation can be found here.
https://sikulix-2014.readthedocs.io/en/latest/scripting.html?highlight=settings#Settings.ObserveScanRate

If the interval between a new page's display and find command's execution is 
short, that phenomenon may occur.
It is easy way to use wait command before using find command.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #692097]: Not able to find image when new page launches in desktop App

2020-07-27 Thread Soni
Question #692097 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692097

Summary changed to:
Not able to find image when new page launches in desktop App

Description changed to:
I try to automate Desktop GUI application which has different pages.
When a new page is launched the cursor still goes to the region where it 
clicked the previous page image.

Can you please provide some solution for this?

Thank You

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp