Hi,
I have a piece of _javascript_ code on the site that does this :-
document.getElementById ( "elementid" ).style.display = "none" ;
I want to check if the syle is actually set to "none", that is the element has become invisible.
I tried using the XPath for searching @style="display:none", but it seems to be failing.
Thanks,
Abhin H

