So if I understand what you're saying correctly, you mean to say for example
that you have three links that all share the name property of "link" like this:
<code>
<a href="#1" name="link">Link number 1</a>
<a href="#2" name="link">Link number 2</a>
<a href="#3" name="link">Link number 3</a>
</code>
and even though they all have the same name attribute, you cannot access them
by your browser object in the links array, for example if I called this
initially: ie = IE.start("www.mywebsite.com"), then tried to catch my links
this way:
link1 = ie.links[1]
link2 = ie.links[2]
link3 = ie.links[3]
Is that what you're trying to say?
Message was edited by:
nathandelane
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=5101&messageID=14187#14187
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general