Hi Watir list,

I have a check box type as
<INPUT type=checkbox value=9,16 name=nottype[]> 

How do I set the check box ?

I have tried
$ie.frame("admin").checkbox(:name, "nottype[]", 9,16).set
but as expected I'm getting wrong number of arguments (4
for 3). 

thanks
 


                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to