We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error:
in user_agent_override.py has this code
user_agent_override.py
if '--headless' in page.browser.process.args: override['acceptLanguage'] = locale or 'en-US,en'
but remote instances no has process...
Step to reproduce:
set up a chrome drive or docker (ex: https://hub.docker.com/r/browserless/chrome)
Use this snipet
browser = await connect(browserWSEndpoint='ws://127.0.0.1:3000') page = await browser.newPage() await stealth(page)
The text was updated successfully, but these errors were encountered:
In the master code, this bug is already fixed in this commit but no has release on pypi
Sorry, something went wrong.
No branches or pull requests
The error:
in
user_agent_override.py
has this codebut remote instances no has process...
Step to reproduce:
set up a chrome drive or docker (ex: https://hub.docker.com/r/browserless/chrome)
Use this snipet
The text was updated successfully, but these errors were encountered: