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

Method input_value

playwright/_impl/_element_handle.py:211–214  ·  view source on GitHub ↗
(self, timeout: float = None)

Source from the content-addressed store, hash-verified

209 )
210
211 async def input_value(self, timeout: float = None) -> str:
212 return await self._channel.send(
213 "inputValue", self._frame._timeout, locals_to_params(locals())
214 )
215
216 async def set_input_files(
217 self,

Callers

nothing calls this directly

Calls 2

locals_to_paramsFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected