Step 1:
Since it is a dialog box, Attach the focus to this page by using the following:
ie = Watir::IE.attach(:title, "Web Page Dialog")

Step 2:
Do a puts ie.show_all_objects 
This will give the various objects and their identification attributes. 

Step 3:
Based on the above output, perform the regular text field entry and click 
button operation.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to