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

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 :slight_smile:

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

I have tired usign this but still not working, can anyone help me on
this.

puts ie.checkbox(:name,"Test1").checked?

But if anyone knows how can be checked, if it is set or not the check

box please post :slight_smile:

thanks
Ramesh Y

···

--
Posted via http://www.ruby-forum.com/\.

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 :slight_smile:

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/\.