I'm looking to validate a (hidden) tag, which is nothing but some javascript, in a webpage. This tag is present and visible, in the Page Source. I have used selenium's selenium.getHtmlSource();
command before. However, this time around I need assert the presence of absence of the tag, without unnecessarily having to slice and dice the source.
Any ideas? Thanks.