Skip to main content

Module mouse

Module mouse 

Source
Expand description

MouseJs: wrapper around 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).

Structs§

MouseJs