I am getting difficult while capturing the disable check boxes in my
application using DOM Inspector.
Can anyone help me out how could we test the check boxes which are in
disable state.
I am getting nothing by spying with DOM on the object.
by default check_box_tag won't yield a value for disabled checkboxes. You'll have to look at the api.rubyonrails.org under check_box_tag... best is to use check_box. This will yield a value for both states.
Julian
Learn about Ruby on Rails! CHECK OUT THE FREE VIDS (LIMITED TIME) NEW VIDEO OUT 3rd APRIL http://sensei.zenunit.com/
ยทยทยท
On 01/04/2008, at 6:15 PM, Venu9955 wrote:
Hi,
I am getting difficult while capturing the disable check boxes in my
application using DOM Inspector.
Can anyone help me out how could we test the check boxes which are in
disable state.
I am getting nothing by spying with DOM on the object.