MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / NoSuchWindowException

Class NoSuchWindowException

seleniumbase/common/exceptions.py:95–96  ·  view source on GitHub ↗

Thrown when window target to be switched doesn't exist.

Source from the content-addressed store, hash-verified

93
94
95class NoSuchWindowException(InvalidSwitchToTargetException):
96 """Thrown when window target to be switched doesn't exist."""
97
98
99class NoSuchElementException(WebDriverException):

Callers 1

_check_browserMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…