You can directly access frames that are inside div element using 
ie.frame(:name, "main").frame(:name,"v2")

* frame v2 is inside the DIV element.

One question - why can't we access controls inside frame directly? Why do we 
have to reference those controls through frames?
e.g. If link userid is present in one frame then we need to access it using 
ie.frame(:name, "main").link(:text, "userid")

if this link is present in one table or form then we can directly access it 
using
ie.link(:text, "userid")
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to