MouseJs: wrapper around ferridriver::Page::mouse().
MouseJs
ferridriver::Page::mouse()
Mirrors Playwright’s page.mouse.* namespace: move(x, y, options?), click(x, y, options?), dblclick(x, y, options?), down(options?), up(options?), wheel(dx, dy).
page.mouse.*
move(x, y, options?)
click(x, y, options?)
dblclick(x, y, options?)
down(options?)
up(options?)
wheel(dx, dy)