Great. I don't use webdriver so that probably explains why .text didn't work for you but .value did.
On Thursday, March 7, 2013 11:22:44 AM UTC-6, [email protected] wrote: > Hi captin! > > Well, you almost hit the jackpot. What actually worked was: > > puts browser.hidden(:name => 'ReqTitle').value > > When I tried your suggestion, I got a blank line. So I replaced 'text' > with 'value' and it worked like magic. > > > Thanks!! > -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
