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 17a4ea2 commit e630df5Copy full SHA for e630df5
tests/selenium/conftest.py
@@ -23,7 +23,7 @@ def __init__(self):
23
options.add_argument("--no-sandbox")
24
options.add_argument("--disable-dev-shm-usage")
25
options.add_argument("--disable-gpu")
26
- options.add_argument("--headless")
+ options.add_argument("--headless=new")
27
options.add_argument("--window-size=1024,768")
28
super().__init__(options=options)
29
0 commit comments