On Thu, May 26, 2011 at 7:05 PM, Lisa Crispin <[email protected]> wrote: > my main problem is the field is hidden, and I can't figure out the Watir syntax to force a hidden input field.
Watir can work with hidden fields: browser.hidden(how, what) More info: http://wiki.openqa.org/display/WTR/HTML+Elements+Supported+by+Watir (This will not work in watir-webdriver.) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
