class ElementShouldNotExistError(Exception): """Raised when an element is found but should not be present.""" pass