-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does JavaScript rendering works? It seems like not working #79
Comments
|
I already do the install with hrequests[all] but it doesn't work. |
sure |
I am trying to test it with this site |
|
it gets some html, but not the inside content. If you go to this link you will see a known game. The same happens in the first main page. It get some basic elements but not the entire html that loaded dynamically |
also I don't know if this should post it here. I already use the hrequests in some case that I want with a proxy.
it works. When i try this:
I am getting an error:
and the script don't finish. I don't know if is relative to that, but the above problem appeared only when render called. |
I am trying to make a test in a specific site, that it seems that the page when loading, it returns a javascript instead of html.
Because the library mentions that has JavaScript rendering I thought that it will return me the html. But the html never loaded. It returns me just the js code.
The text was updated successfully, but these errors were encountered: