Hello I am getting into requests_html and trying to render Javascript though it does not seem to process correctly. Very simple script, I added a sleep to see if it would render though still the same issue, here is the code.
from requests_html import HTMLSession
requests = HTMLSession()
requests.get('https://google.com')
requests.html.render(sleep=2)