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

Method is_disabled

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

Source from the content-addressed store, hash-verified

88 return await self._channel.send("isChecked", None)
89
90 async def is_disabled(self) -> bool:
91 return await self._channel.send("isDisabled", None)
92
93 async def is_editable(self) -> bool:
94 return await self._channel.send("isEditable", None)

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected