Skip to content

Commit 3912c81

Browse files
committed
Add more Chrome browser arguments.
1 parent f6abdfb commit 3912c81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dash/testing/browser.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,10 @@ def _get_chrome(self):
465465
"safebrowsing.disable_download_protection": True,
466466
},
467467
)
468+
options.add_argument("--disable-dev-shm-usage")
469+
options.add_argument("--no-sandbox")
470+
options.add_argument("--disable-gpu")
471+
options.add_argument("--remote-debugging-port=9222")
468472

469473
chrome = (
470474
webdriver.Remote(

0 commit comments

Comments
 (0)