When I click a button on the web page, it displays a dialog.

Title: "Web Page Dialog"
Controls:
  * one select list
  * one text field
  * two buttons ("OK", "Cancel")

How do I access the dialog box?
How do I select an item from the list?  Do I use the 
Watir::IE.select_list.getAllItems() call?
How do I enter data in the text field?
How do I click on the buttons?

Thanks in advance.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to