[Wtr-general] Menu links have duplicate attributes

John Lolis forum-watir-users at openqa.org
Mon Jan 8 10:09:26 EST 2007


Are either of the "Edit News" links contained within another element (table?). You may be able to do something like

ie.frame('whatever').table(:id,'table1').link(:title,'Edit News')

and

ie.frame('whatever').table(:id,'table2').link(:title,'Edit News')

like the other poster said though, a hard index isn't going to be the end of the world if nothing else works. You could also approach the developer and ask for a tag that would work better for you, its always an option.

Good luck.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6036&messageID=16911#16911


More information about the Wtr-general mailing list