MCPcopy 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

_syncMethod · 0.45
_syncMethod · 0.45
openerMethod · 0.45

Calls

no outgoing calls