mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
remove eleement reference (#20830)
This commit is contained in:
@@ -138,7 +138,6 @@ 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