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 08cbcb7 commit 1e9f276Copy full SHA for 1e9f276
dash/testing/browser.py
@@ -482,9 +482,6 @@ def _get_wd_options(self):
482
def _get_chrome(self):
483
options = self._get_wd_options()
484
485
- options.set_capability("loggingPrefs", {"browser": "SEVERE"})
486
- options.set_capability("goog:loggingPrefs", {"browser": "SEVERE"})
487
-
488
if "DASH_TEST_CHROMEPATH" in os.environ:
489
options.binary_location = os.environ["DASH_TEST_CHROMEPATH"]
490
@@ -529,7 +526,6 @@ def _get_chrome(self):
529
526
def _get_firefox(self):
530
527
531
528
532
533
options.set_capability("marionette", True)
534
535
options.set_preference("browser.download.dir", self.download_path)
0 commit comments