JavaScript
Browser Computer Controls
Move the mouse cursor to the specified coordinates on the browser instance
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-chrome-policy-on-demand.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Browser session ID
Body
application/json
X coordinate to move the cursor to
Y coordinate to move the cursor to
Modifier keys to hold during the move
Use human-like Bezier curve path instead of instant mouse movement.
Target total duration in milliseconds for the mouse movement when smooth=true. Omit for automatic timing based on distance.
Required range:
50 <= x <= 5000Response
Mouse cursor moved
Simulate a mouse click action on the browser instance
Previous
Capture a screenshot of the browser instance
Next