> Okay, so I need to tell my script to wait a few seconds (however long it > takes actually) until the page is refreshed, so I inserted the following > sleep command: > --- > $ie.span(:index, 108).click > > sleep 1 until $ie.span(:id, /NodeIdentifierLabel/).text != '.'
Nice use of "until". This not waiting is a little disturbing, though. You say it happens fairly often for you, too. I wonder if there's some sort of common cause for this? -Chris _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
