You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter this when using the version stack you have suggested: Python3.6, Selenium2.37, ChromeDriver2.37, Serverless Chrome v1.0.0-41.
I also encounter it when I use the version stack that has been discussed in this issue as being a compatible set of versions (Python3.6, Selenium3.14, ChromeDriver2.43, Serverless Chrome v1.0.0-55).
Some Googling has suggested that adding chrome_options.add_argument('--no-sandbox') is a fix but this has not worked for me.
Any suggestions?
The text was updated successfully, but these errors were encountered:
I keep encountering this error message when I try and run in AWS Lambda:
I encounter this when using the version stack you have suggested: Python3.6, Selenium2.37, ChromeDriver2.37, Serverless Chrome v1.0.0-41.
I also encounter it when I use the version stack that has been discussed in this issue as being a compatible set of versions (Python3.6, Selenium3.14, ChromeDriver2.43, Serverless Chrome v1.0.0-55).
Some Googling has suggested that adding
chrome_options.add_argument('--no-sandbox')
is a fix but this has not worked for me.Any suggestions?
The text was updated successfully, but these errors were encountered: