Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ _get_element
Method
_get_element
dash/testing/wait.py:81–82 ·
view source on GitHub ↗
(self, driver)
Source
from the content-addressed store, hash-verified
79
return
f
"text -> {self.text} not found inside element within {self.timeout}s, {text}"
80
81
def
_get_element(self, driver):
82
return
driver.find_element(By.CSS_SELECTOR, self.selector)
83
84
85
class
contains_class:
Callers
1
message
Method · 0.95
Calls
1
find_element
Method · 0.80
Tested by
no test coverage detected