Just so you know, this doesn't do what you think:
   ie.frame("main").frame("sidebar").wait("analysisSidebarTabContent")
It's actually the same as
   ie.frame("main").frame("sidebar").wait(true)
 

 

Hmm!  So the statement I used is actually is checking to see if the “sidebar” is there and NOT the “analysisSideBarTabContent”?

 

Should I use this then for the analysisSideBarTabContent?

ie.frame("main").frame("sidebar").frame("analysisSidebarTabContent").wait(true)

 

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to