MCPcopy Index your code
hub / github.com/seleniumbase/SeleniumBase / NoSuchElementException

Class NoSuchElementException

seleniumbase/common/exceptions.py:99–100  ·  view source on GitHub ↗

Thrown when element could not be found.

Source from the content-addressed store, hash-verified

97
98
99class NoSuchElementException(WebDriverException):
100 """Thrown when element could not be found."""
101
102
103class NoSuchAttributeException(WebDriverException):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…