Is there an easy way to determine if a control (a checkbox in my case) is hidden?

 

I have a checkbox that exists in a <TD> that (through several wrapped divs) ends up being hidden sometimes.  Is there an easy way to determine this?

 

I’ve tried:

 

if $ie.hidden(:id, "control id”)

 

and

 

if $ie.hidden(:name, "control name”)

 

And neither seems to work.

 

Thanks,

 

 

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to