I think the watir api is correct. When it was incorrect the exception
was like this:
NoMethodError: undefined method `object' for #<Watir::Frame:0x35021f4>

If your exeption like this:
Unable to locate element, using :id, "flexApp"
The reason is that watir can't locate the element, and method "object"
is defined

try this method to find out, what elements are accessible
show_all_objects
example:
ie.show_all_object

or show you HTML code


if I don't understand you, correct me
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to