element present but hidden selenium check -
how can check if html element hidden (display:none:) selenium ide?
in case html button , want selenium announce me if element hidden.
if utilize verifyelementpresent, selenium find element although hidden.
thanks!
you can utilize derivation of storevisible
command.
most notably, assertvisible
, waitforvisible
have been useful me in past.
selenium selenium-ide
No comments:
Post a Comment