steven wrote:
> while not ($browser.link(:text,"Withdraw").exists?)
>               sleep 1
>               $browser.reload()
> end
>
> solves the problem, although rather kludgy.  
>
> 1.) Is there a better way for me to do this?
>   
What happens if you remove the $browser.reload() command? Is it necessary?

Bret
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to