Thrown when element could not be found.
| 97 | |
| 98 | |
| 99 | class NoSuchElementException(WebDriverException): |
| 100 | """Thrown when element could not be found.""" |
| 101 | |
| 102 | |
| 103 | class NoSuchAttributeException(WebDriverException): |
no outgoing calls
no test coverage detected
searching dependent graphs…