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 8f15043 commit 9c10eb1Copy full SHA for 9c10eb1
tests/selenium/conftest.py
@@ -23,9 +23,8 @@ 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=new")
+ options.add_argument("--headless")
27
options.add_argument("--window-size=1024,768")
28
- options.add_argument("--test-type")
29
super().__init__(options=options)
30
31
def get_file(self, filepath):
0 commit comments