[Wtr-general] Checking whether images inside a table are enabled or disabled
Danny R. Faught
faught at tejasconsulting.com
Mon Dec 4 17:33:23 EST 2006
On 12/4/2006, "vijay" <forum-watir-users at openqa.org> 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
More information about the Wtr-general
mailing list