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 58f8554 commit 0c9295fCopy full SHA for 0c9295f
tests/conftest.py
@@ -60,6 +60,9 @@ def driver():
60
if not TESTING_LOCAL:
61
if headless:
62
options.add_argument("--headless")
63
+ options.add_argument("--no-sandbox")
64
+ options.add_argument("--disable-dev-shm-usage")
65
+ options.add_argument("--disable-gpu")
66
# options.add_argument("--no=sandbox")
67
driver = webdriver.Chrome(
68
options=options,
0 commit comments