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

Method is_editable

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

Source from the content-addressed store, hash-verified

91 return await self._channel.send("isDisabled", None)
92
93 async def is_editable(self) -> bool:
94 return await self._channel.send("isEditable", None)
95
96 async def is_enabled(self) -> bool:
97 return await self._channel.send("isEnabled", None)

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected