|
Hi guys. Just wanted to report back to the list on
this issue. What I had done: Put watir/waiter into my 1.4.1 version of
watir. I also had to update watir/exceptions.rb as well. Initially I thought that was working, but
after running more tests, the error still appears once in a while. The next suggestion was to upgrade my
Watir version to 1.5. I’ll try this at a future time, but not at this moment. Thanks for the suggestions. -Alan From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Ark Thanks for the leads folks. I’m busy with a new hire, but once I try
these ideas, I will report back to the list. Much appreciated. -Alan From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord That confirms that it is
a synchronization problem. I think those useless calls are really the moral
equivalent of sleep statements. On 7/12/06, Rand
Thacker <[EMAIL PROTECTED]>
wrote: I've even run into
problems before where $ie.wait didn't seem to do the trick. Usually it
was when the pages where doing a redirect or some other craziness that I hadn't
planned on. On 7/12/06, Bret Pettichord < [EMAIL PROTECTED]> wrote: Sounds like a synchronization problem. There was a known
synchronization problem with IE.attach in 1.4.1. That can be avoided if you
call wait after attach. Thus:
$ie=IE.attach(:title,/^Compli:/)
$ie.wait # add this line
$ie.set_fast_speed()
navigateToInbox($ie) But depending on what is
in navigateToInbox, i can't tell if that is the problem here.
Can you show the code in navigateToInbox?
-- -- --
-- |
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
