Created
September 23, 2020 19:04
-
-
Save seleniumgists/ae8e0d29782ff01e4b2da37952b2ee84 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chrome_options.add_argument('--headless') | |
chrome_options.add_argument('--no-sandbox') | |
chrome_options.add_argument('--disable-dev-shm-usage') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment