Hi. I am building a test tool to automate navigation through a UI with IE
frames. Text fields, buttons, lists, and web dialog boxes are all targets for
my tool. The examples I see in the watir user guide don't mention frames. I
have tried navigating to a text field, using the user guide example, but watir
complains that my text field identifier ("inpListFilter") is not found (I
identified it with SpySmith). Do I have to qualify the identifier with a frame
name or set the frame context ?
Here is the offending line:
ECMTestFixture.text_field(:name, "inpListFilter"
).set("adm" )
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=3459&messageID=9657#9657
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general