Alex

Results 1 issues of Alex

So I have the following code: ``` session = requests_html.HTMLSession() response: requests_html.HTMLResponse = session.get(some_url) response.html.render() ``` ^ | this throws an error: ```[W:pyppeteer.chromium_downloader] start chromium download. Download may take a...