Skip to content

Commit cad8137

Browse files
committed
headless by argument
1 parent 05d7983 commit cad8137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/testing/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def _get_wd_options(self):
475475
)
476476

477477
if self._headless:
478-
options.headless = True
478+
options.add_argument("--headless")
479479

480480
return options
481481

0 commit comments

Comments
 (0)