selenium - Looking to validate the presence of a hidden tag with the HTML source -
i'm looking validate (hidden) tag, nothing javascript, in webpage. tag present , visible, in page source. have used selenium's selenium.gethtmlsource();
command before. however, time around need assert presence of absence of tag, without unnecessarily having slice , dice source.
any ideas? thanks.
Comments
Post a Comment