sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04518
Re: [Question #167670]: Account switiching problem
Question #167670 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/167670
Status: Open => Needs information
RaiMan requested more information:
Very optimistic, that anyone here solves the problem for you without any
trial from your side and further information.
nevertheless some ideas:
- during your loop you have to check wether the error message has come up
- you have to insert some coding, that opens another account
- you have to navigate to the page, where you can continue or restart your loop.
BTW:
you code:
if exists ("visit-image.png"):
click("visit-image..png")
better:
if exists ("visit-image.png"):
click(getLastMatch())
so you just click on the thing you just found with exists() and do not
need another search with another capture for the same image.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.