Thrown when window target to be switched doesn't exist.
| 93 | |
| 94 | |
| 95 | class NoSuchWindowException(InvalidSwitchToTargetException): |
| 96 | """Thrown when window target to be switched doesn't exist.""" |
| 97 | |
| 98 | |
| 99 | class NoSuchElementException(WebDriverException): |
no outgoing calls
no test coverage detected
searching dependent graphs…