Hey, I got the latest version of watir from the tarball (thanks Zeljko). I currently have a page that has 3 radio buttons..here's the html:
<input type=radio name=AssociateWith value=Outlet <input type=radio name=AssociateWith value=WebSite> <input type=radio name=AssociateWith value=Distributor> when I do: ie.radios.each do|r| puts r end I get the error: WIN32OLERuntimeError: Unknown property or method `value' if I just do a puts r.name I get blanks. Is there a current fix for this? Shao _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
