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?
And if this change fixes your problem, let us know. I'm wondering if we shouldn't release this fix as 1.4.2.
Bret
And if this change fixes your problem, let us know. I'm wondering if we shouldn't release this fix as 1.4.2.
Bret
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
