We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113dff2 commit d2a08ddCopy full SHA for d2a08dd
scripts/automated-notebook-run-script.py
@@ -60,8 +60,8 @@ def main():
60
# driver option is chosen
61
if args.driver == "chrome":
62
options = ChromeOptions()
63
- #options.add_argument("--headless")
64
- #options.add_argument("--no-sandbox")
+ options.add_argument("--headless")
+ options.add_argument("--no-sandbox")
65
driver = webdriver.Chrome(options=options)
66
67
elif args.driver == "firefox":
0 commit comments