Skip to content

Commit

Permalink
use new chrome headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Conengmo committed Oct 18, 2024
1 parent 17a4ea2 commit e630df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/selenium/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self):
options.add_argument("--no-sandbox")
options.add_argument("--disable-dev-shm-usage")
options.add_argument("--disable-gpu")
options.add_argument("--headless")
options.add_argument("--headless=new")
options.add_argument("--window-size=1024,768")
super().__init__(options=options)

Expand Down

0 comments on commit e630df5

Please sign in to comment.