Question #274800 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/274800

    Status: Open => Needs information

masuo requested more information:
Why focus() is necessary ?
There is Popup window  behind of another window ?

If Popup window is front of screen.
Try wait() or exists() instead of find()?

[example1:]
wait("image.png", seconds)

[example2:]
while not exists("image.png"):
  wait(1)

-- 
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