Thanks to other postings, I found a solution using irb which is extremely
helpful.
0) irb
1) ie = Watir::IE.start("url of product")
2) ie = Watir::IE.attach( :title, / Product Title/)
3) ie.show_frames
4) ie.frame("frame-of-interest").show_frames
5) ie.frame("frame-of-interest").frame("nested-frame-of-interest").show_frames
6) ie.frame("frame-of-interest").frame("nested-frame-of-interest")
.frame(:index,1).span(:text,"list-value-of-interest").click
Even though the items in the list appeared as links, the span class was the
key to accessing the object of interest.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=4718&messageID=13044#13044
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general