We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e31163 commit 346da10Copy full SHA for 346da10
dash/testing/browser.py
@@ -490,6 +490,8 @@ def _get_chrome(self):
490
options.add_argument("--disable-gpu")
491
options.add_argument("--remote-debugging-port=0")
492
493
+ options.set_capability("goog:loggingPrefs", {"browser": "SEVERE"})
494
+
495
chrome = (
496
webdriver.Remote(command_executor=self._remote_url, options=options) # type: ignore[reportAttributeAccessIssue]
497
if self._remote
0 commit comments