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
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
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
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 postThanks,
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 checkboxHi,
How can I check if a check box is checked in Ruby Watir?
The following line only sets the checkbox:
ie.checkbox(:name,"Test1").setThanks,
Erika
puts ie.checkbox(:name,"Test1").checked?
hth,
Siep
--
Posted via http://www.ruby-forum.com/\.