Erika wrote: > I resolved it by using: > ie.checkbox(:name,"Test1").clear, because this was what I wanted to > achieve. > > But if anyone knows how can be checked, if it is set or not the check > box please post :) > > Thanks, > Erika > > > > > ________________________________ > From: Erika <geagneske83 / yahoo.com> > To: ruby-talk ML <ruby-talk / ruby-lang.org> > Sent: Wednesday, November 12, 2008 10:43:53 AM > Subject: check a checkbox > > Hi, > > How can I check if a check box is checked in Ruby Watir? > > The following line only sets the checkbox: > ie.checkbox(:name,"Test1").set > > Thanks, > Erika puts ie.checkbox(:name,"Test1").checked? hth, Siep -- Posted via http://www.ruby-forum.com/.