First off, apologies if I'm in the wrong group. Although I think I'm
in the right place. I have the following html

<td id="zippy">One</td>
<td id="zippy">Two</td>
<td id="zippy">Three</td>

.//*...@id='zippy']/@class is what xPath gives me for every one of
those. How do I refer to the third one? I tried using
ff.contains_text("One") and it gave me an index that was huge (1043)
but couldn't translate that into anything.

Advice on a solution, where to find a solution (I've searched the API)
or otherwise is appreciated.

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

Reply via email to