hanapco 0 Posted July 23, 2012 Report Share Posted July 23, 2012 I have a couple of questions1. How to handle multiple buttons with ubot?2. If I'm using a wait for element and I wanted it to proceed to another task if after a number of seconds it the element is not there. I was thinking of a for loop that checks for existence but maybe a better solution exist. Thanks in advance Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted July 23, 2012 Report Share Posted July 23, 2012 Not actual code but shows the correct process set max wait = 0 loop while (($not($exists(button here)) OR $comparison(#max wait < 30)){ wait 1 second increment #max wait } Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.