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 a2a1a99 commit d3e6885Copy full SHA for d3e6885
1 file changed
dash/testing/browser.py
@@ -472,7 +472,7 @@ def _try_get_webdriver(self):
472
"""Wrapper that catches exceptions so until() can retry on transient failures."""
473
try:
474
return self.get_webdriver()
475
- except Exception:
+ except WebDriverException:
476
logger.exception("webdriver initialization failed, will retry")
477
return None
478
0 commit comments