sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49207
Re: [Question #675972]: How to wait for Text field while page loading and type text when field is active.
Question #675972 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/675972
Status: Open => Answered
masuo proposed the following answer:
I understand that "searchDonor" is an image to identify text box.
If so, you can use exists().
[example as python:]
while not exists("searchDonor.png"):
sleep(1)
paste("searchDonor.png", searchDonorText)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.