Spotted something off?Report on Discord
guides
Mouse Movements
Perform pointer movement actions during authorized browser workflows.
Updated May 28, 2025
Perform pointer movement actions during authorized browser workflows.
Command
"mouseMovements"
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
mouseMovements |
boolean | Yes | Set to true to enable pointer movement actions. |
Example
bash7 lines
Want to run this request directly in your browser?to try it live with your own API key.
Notes
Enable this feature when:
- Performing authorized browser workflows that benefit from pointer movement actions.
- Clicking buttons, filling out forms, or interacting with content.
- Preserving expected browser navigation context during interaction.
This is useful for authorized browser workflows on login forms, checkout pages, or content behind interaction-based verification flows. The feature uses actual recorded patterns instead of fully random coordinates. Combine it with click and scroll browser actions for a complete interaction.
Related concepts
Go deeper in the Scrappey knowledge base:
- Behavioural detection β why pointer movement actions matter
- Playwright β the automation engine behind browser actions