sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19090
[Question #231929]: after while exists, take long time to continue
New question #231929 on Sikuli:
https://answers.launchpad.net/sikuli/+question/231929
Here is my script:
While exists(img1,20):
If exists(img1):
Click(img2)
Click (exists(img3,100))
Click (exists(img4,100))
All is good, but the problem is after "click(img2)" take about 15-20 sec to continue to the next script, even img3 is already appear
I already try "sleep", "wait" after "click(img2)" but still not solved my problem
what am i must add after "click(img2)" so can continue to the next script without waiting
Sorry if my english bad, thanks
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.