[Wtr-general] How to verify if SPAN is visible

Bret Pettichord bret at pettichord.com
Thu Jan 4 02:15:02 EST 2007


> str_value=$browser.span(:id, "MainLogin_UserNameRequired").attribute_value("style").invoke("cssText")
>
>   
I think that this might also do the same thing:

str_value=$browser.span(:id, "MainLogin_UserNameRequired").style.cssText




More information about the Wtr-general mailing list