Scenario: I am trying to capture the text of a certain div
of a site, however this div
seems to be generated with Ajax
.
When I inspect the element directly on the page through the browser debugger, I see the div, but when I see display source code or through file_get_content
, it is missing.
In case of file_get_content, I get the whole page, however the module containing div
does not load, it gets the looped gif ...
Any tips for this solution?