puppeteer/website/versioned_docs/version-22.7.1/api/puppeteer.mousemoveoptions.md
release-please[bot] feef2a300e
chore: release main (#12318)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-04-25 10:19:43 +00:00

58 lines
529 B
Markdown

---
sidebar_label: MouseMoveOptions
---
# 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>