If you have html that looks like

<a href="" href="http://www.openqa.org/watir/">http://www.openqa.org/watir/">Watir Home Page</a>

you can verify that link that points to " http://www.openqa.org/watir/" exists with:

ie.link(:url, 'http://www.openqa.org/watir/').exists?

and you can click it with:

ie.link(:url, ' http://www.openqa.org/watir/').click

Ċ½eljko
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to