Skip to content

Commit

Permalink
Merge pull request #441 from kretes/chrome-disable-crash-reporter
Browse files Browse the repository at this point in the history
'--disable-crash-reporter' in Chrome options
  • Loading branch information
artur-trzesiok authored Jan 4, 2024
2 parents 7f7c6fb + 5da21c6 commit d520079
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 d520079

Please sign in to comment.