Back to Puppeteer

MouseMoveOptions interface

website/versioned_docs/version-24.40.0/api/puppeteer.mousemoveoptions.md

19.2.2485 B
Original Source

MouseMoveOptions interface

Signature

typescript
export interface MouseMoveOptions

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead> <tbody><tr><td>

<span id="steps">steps</span>

</td><td>

optional

</td><td>

number

</td><td>

Determines the number of movements to make from the current mouse position to the new one.

</td><td>

1

</td></tr> </tbody></table>