Skip to content

Commit

Permalink
'--disable-crash-reporter' in Chrome options
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Bartczak committed Dec 29, 2023
1 parent 5973d30 commit 5da21c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k3d/headless.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def get_headless_driver(no_headless=False):
options = webdriver.ChromeOptions()

options.add_argument("--no-sandbox")
options.add_argument("--disable-crash-reporter")

if not no_headless:
options.add_argument("--headless")
Expand Down

0 comments on commit 5da21c6

Please sign in to comment.