Hi Bret -

I did remove it, and had the same problem (a la the .scan contaiing the text 
from the previous page).  Turns out that PayPal is doing something weid in that 
the page refreshes but the URL stays the same.

I added this:

while not ($browser.link(:text,"Withdraw").exists?)
                sleep 1
                $browser.wait()
        end

and it now works.  I can remove the .wait command if I use IE, but if I use 
Firewatir, that .wait command needs to be there.

Steven
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6415&messageID=18560#18560
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to