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

Method press

playwright/_impl/_element_handle.py:251–260  ·  view source on GitHub ↗
(
        self,
        key: str,
        delay: float = None,
        timeout: float = None,
        noWaitAfter: bool = None,
    )

Source from the content-addressed store, hash-verified

249 )
250
251 async def press(
252 self,
253 key: str,
254 delay: float = None,
255 timeout: float = None,
256 noWaitAfter: bool = None,
257 ) -> None:
258 await self._channel.send(
259 "press", self._frame._timeout, locals_to_params(locals())
260 )
261
262 async def set_checked(
263 self,

Callers

nothing calls this directly

Calls 2

locals_to_paramsFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected