mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: report with timeout chart (#16674)
This commit is contained in:
@@ -141,6 +141,7 @@ class WebDriverProxy:
|
||||
img = element.screenshot_as_png
|
||||
except TimeoutException:
|
||||
logger.warning("Selenium timed out requesting url %s", url, exc_info=True)
|
||||
img = element.screenshot_as_png
|
||||
except StaleElementReferenceException:
|
||||
logger.error(
|
||||
"Selenium got a stale element while requesting url %s",
|
||||
|
||||
Reference in New Issue
Block a user