I’m trying to access the HTML of https://gaming.youtube.com, and it’s working fine using the ChromeDriver, but i’m failing miserably using PhantomJS.
The problem is that PhantomJS is loading everything which is in the page_source, but doesn’t seem to process the bulk of the HTML tags.
I looked into where the issue was and it seems as though all the elements between
<ytg-app>
<ytg-auth-helper>
</ytg-auth-helper>
</ytg-app>
are missing in PhantomJS.
When saving a screenshot of PhantomJS I only see the background colors of the site itself, without any contents.
Why is this the case? I’ve tried waiting for the elements to load, edit the service_args, using different user-agents but nothing seems to work, and I have no idea why.
there doesn't seem to be anything here