If you are using webdriver try browser.radio(:id, "edit-use-stored").click. Should work
On Wed, Oct 23, 2013 at 10:29 AM, Liam Gordon <[email protected]>wrote: > Hello, > > I am using the code: > > browser.radio(:id, "edit-use-stored").set > > to select which radio button to choose from but I always receive the error: > > 'method_mssing': undefined method 'set' > > when I run it. > > Any ideas on how to fix? > > -- > -- > 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. > -- Mihir Dhandhusaria 516-776-6534 -- -- 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.
