Another topic where I have found some part answers but not what I am
really looking for.

What I need is a way of clicking each link on a page to ensure they
don't error.  I can't code each link individually as they are changing
regularly.

So far I have been able to list the links with;
$browser.links.each { |l| puts l.to_s }

So I am just looking for a loop I suppose, inside which each link can
be clicked and checked before hitting back to try the next one.

Cheers...Ash
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to