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

Method select_text

playwright/_impl/_element_handle.py:206–209  ·  view source on GitHub ↗
(self, force: bool = None, timeout: float = None)

Source from the content-addressed store, hash-verified

204 )
205
206 async def select_text(self, force: bool = None, timeout: float = None) -> None:
207 await self._channel.send(
208 "selectText", self._frame._timeout, locals_to_params(locals())
209 )
210
211 async def input_value(self, timeout: float = None) -> str:
212 return await self._channel.send(

Callers

nothing calls this directly

Calls 2

locals_to_paramsFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected