On 12/4/2006, "vijay" <[EMAIL PROTECTED]> wrote: >T...While entering into our application, all links, other than "Instructions" >and "Step 1. Details", should be disabled. ... I want to verify this with >Watir. I am at a loss about how to do that.
I would recommend looping through ie.links (or the appropriate frame) and making sure that nothing appears that's supposed to be disabled, by matching on the link text, e.g. match using /Step [2-6]/ etc. -Danny _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
