I ran into a site with the following html line:
<span id="isLive" style="display:none;">true</span>
Thing is, I didn’t really need to find its value until now, usually parameters were fine so I’m at a loss here. How do I get the ‘true’ or ‘false’ if the span with id isLive is unique as in one per site?
Thank you!
Using HTML Agility Pack: