Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ is_closed
Method
is_closed
playwright/_impl/_page.py:869–870 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
867
raise
e
868
869
def
is_closed(self) -> bool:
870
return
self._is_closed
871
872
async
def
click(
873
self,
Callers
6
_sync
Method · 0.45
_sync
Method · 0.45
opener
Method · 0.45
test_is_closed_should_reflect_state
Function · 0.45
test_should_emit_close_events
Function · 0.45
test_close_should_set_the_page_close_state
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_is_closed_should_reflect_state
Function · 0.36
test_should_emit_close_events
Function · 0.36
test_close_should_set_the_page_close_state
Function · 0.36