You need to specify now what you want to find. If the "weekly" is text, then the new call would be like this: browser.radio(:name => 'email_frequency', :text => 'weekly')
if value, then it's obviously like this: browser.radio(:name => 'email_frequency', :value => 'weekly') Jarmo On Monday, April 16, 2012 8:05:08 PM UTC+3, Shlomit Gazit wrote: > > http://wtr.rubyforge.org/rdoc/1.6.5/. > It was working with previous watir version. Now I am getting an > error: > ArgumentError: wrong number of arguments (3 for 2). -- 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]
