sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35678
Re: [Question #274800]: How to Identify a Citrix Window using Sikuli
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.