sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01570
[Question #147333]: looping problem
Question #147333 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/147333
Description changed to:
i have made one script,in this after filling all d required fields when i click on "Submit Request" button,then a message comes like the request is already exists,do u stiill want to submit?
so i want looping for it,means when it doesnt come that time also i want to submit it and when it comes that time also.
click (img1)
while find( "img1" )
click(img )
while not find ( "img1" )
wait (5)
click (img2)
plz suggest me the appropriate code in python
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.