Hi all,
i have a textbox and a checkbox on the page.
When the user checks the text box the Textbox becomes
invisible to the user.
i have to verify that once the user has checked the
checkbox..the text box is invisible.
#selecting the checkbox
ie.checkbox(:id,"cb1").set
#Now the userdoes not see the textbox
i am trying to check the visibilty as:
(a)
assert(ie.text_field(:id,"tb1").style=\"Display:none;")
(b)
assert_false(ie.text_field(:id,"tb1").visible?)
Does anybody know of any visible Method ?
The enable test is of no use because i am not
disabeling the text box at anyy time.
Thanks
AM
No Body Has ever Collided With The Sky...So Sky Is The Limit!
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general