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

Method move

playwright/_impl/_input.py:47–48  ·  view source on GitHub ↗
(self, x: float, y: float, steps: int = None)

Source from the content-addressed store, hash-verified

45 self._dispatcher_fiber = channel._connection._dispatcher_fiber
46
47 async def move(self, x: float, y: float, steps: int = None) -> None:
48 await self._channel.send("mouseMove", None, locals_to_params(locals()))
49
50 async def down(
51 self,

Calls 2

locals_to_paramsFunction · 0.90
sendMethod · 0.45