Hi list, I'm finding that using goto on Watir::IE is not reliable: when goto is called first time it is *always* successful (provided the url was valid of course). However on subsequent calls it may or may not fail. I tried adding sleep and Watir::IE.wait calls between goto's without consistent results.
In fact, for code like this @ie.goto(url1) @ie.goto(url2) second goto call is almost guaranteed to fail. Any ideas, anybody? Thanks, -Dmitri _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
