When I want to access the iFrame's objects like this :ie.frame(:id, 'newworkdropdown').show_all_objects
How can I over come this issue? I cannot change the code nor can the developers. It is a packaged tool (servlets based).
You could use the index of the frame instead:
ie.frame(:index, 1).show_all_objects
Marcus Tettmar
http://www.mjtnet.com/
Macro Scheduler & WebRecorder for Windows & Web Automation and Testing.
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
