I'm downloading a web page and parsing it with MiniHtmlParser.
Looking at the page with a web browser, I see a section with content that is not contained in the html file.
Inspecting it I see that this section is enclosed in a
tags
I can see the content with a web browser, but not with MiniHtmlParser
How can I get the same content I see in a web browser with an HttpJob Download?
Looking at the page with a web browser, I see a section with content that is not contained in the html file.
Inspecting it I see that this section is enclosed in a
HTML:
<section class="web-component" ...></section>
I can see the content with a web browser, but not with MiniHtmlParser
How can I get the same content I see in a web browser with an HttpJob Download?