Expand description
Mouse — pointer input via the CDP Input domain.
Structs§
- Mouse
- Mouse input device. The last-known pointer position is shared across clones
created from the same page (mirroring Playwright’s persistent
page.mouse()), sodown()/up()can fire at the position set by the most recentmove_to().