I'm in need of some help getting to a checkbox element in a table (in
an iframe).  My trouble is that there are two check box elements that
are almost exactly the same.

Here is the HTML:

  <input type="checkbox" name="email" value="cro...@point.com" /
>&nbsp;rollo, c (cro...@point.com)<br />
  <input type="checkbox" name="email" value="cro...@point.com" /
>&nbsp;rollo, c j (cro...@point.com)<br />

Here is code that checks the first box:

        browser.frame(:name,/admin_frame_*/).checkbox
(:name=>"email",:value=>"cro...@point.com").set

For the life of me, I can't get to the second check box.  I've tried
various things, including xpath and regex to isolate on the text but
its not coming clear.  Just lots of "Unable to locate element"
results.  Any suggestions?

Cheers.
~rollo
--~--~---------~--~----~------------~-------~--~----~
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