Exception raised when a DOM element cannot be located, signaling missing or stale elements during automation.
class ElementNotFound(ElementException):
"""Raised when an element cannot be found in the DOM."""
message = 'The specified element was not found'
See the full source, get the GitHub permalink, and search 40K more like it.
Get a free API key