On 6/1/06, Bret Pettichord <[EMAIL PROTECTED]> wrote:
> The problem is that link().click won't return until the page is loaded.
> Maybe you meant to use link().ole_object.click instead?
>

Ah, you're right, I misunderstood the original question.

Rodrigo, in my case, I have interim pages that show messages to the
user before the page I need to manipulate arrives.  Also, I have pages
that have frames, and the frames take longer to load than the outer
page does.

So I've written these little looping checkers that don't do the next
action until the right part of the page is in place.  If that's your
issue, then my code will work well for you.

If you have simple pages that just don't load, then another approach
is in order.
-Chris
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to