On Thu, May 26, 2011 at 7:10 PM, Željko Filipin <[email protected]> wrote: > Watir can work with hidden fields: > > browser.hidden(how, what) > [...] > > (This will not work in watir-webdriver.) >
Actually, that code will work, and you can also interact with it to some degree (e.g. getting attributes). What WebDriver doesn't allow is calling #set or #value= on fields that aren't visible to the user. -- 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]
