MCPcopy Index your code
hub / github.com/microsoft/playwright-python / is_checked

Method is_checked

playwright/_impl/_element_handle.py:87–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 return await self._channel.send("innerHTML", None)
86
87 async def is_checked(self) -> bool:
88 return await self._channel.send("isChecked", None)
89
90 async def is_disabled(self) -> bool:
91 return await self._channel.send("isDisabled", None)

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected