Hi,

I've just updated the Watir install at our Indian site to 1.6.7 and
started seeing the messages about Watir::Waiter being deprecated.

I've been able to convert the following format lines from
    Watir::Waiter.wait_until {$browser.link(:id,checkNode).exists?}
to
    $browser.link(:id,checkNode).wait_until_present

But my brain is drawing a blank with this line,
    Watir::Waiter.wait_until {$browser.image(:id, nodeID[i][0]).src !=
"images/wait18.gif"}

I couldn't find the new methods on the API docs, maybe it is the jet
lag catching up on me.

Can you point me at examples or how the above line checking the image
source URL would work in the new format?

Thank you.
Alastair

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to