SendMouseMoveEvent
Внешний вид
Client-Side Function
| Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения JavaScript |
|---|
Simulates mouse movement at the specified coordinates within the browser.
Required Params
- x: Number - X-coordinate of the mouse movement.
- y: Number - Y-coordinate of the mouse movement.
Return Value
- void void
Syntax
browser.sendMouseMoveEvent(x, y);
Example
Client-Side
{{{1}}}
See also
- Functions:
- Properies: