Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ is_target_closed_error
Function
is_target_closed_error
playwright/_impl/_errors.py:22–23 ·
view source on GitHub ↗
(error: Exception)
Source
from the content-addressed store, hash-verified
20
21
22
def
is_target_closed_error(error: Exception) -> bool:
23
return
isinstance(error, TargetClosedError)
24
25
26
class
Error(Exception):
Callers
8
dispose
Method · 0.90
dispose
Method · 0.90
body
Method · 0.90
close
Method · 0.90
dismiss
Method · 0.90
handle
Method · 0.90
dispose
Method · 0.90
close
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected