Skip to content

Commit e630df5

Browse files
committed
use new chrome headless mode
1 parent 17a4ea2 commit e630df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/selenium/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self):
2323
options.add_argument("--no-sandbox")
2424
options.add_argument("--disable-dev-shm-usage")
2525
options.add_argument("--disable-gpu")
26-
options.add_argument("--headless")
26+
options.add_argument("--headless=new")
2727
options.add_argument("--window-size=1024,768")
2828
super().__init__(options=options)
2929

0 commit comments

Comments
 (0)