JavaScript
Browser Computer Controls
Simulate a mouse click action on the browser instance
POST
JavaScript
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 of the click position
Y coordinate of the click position
Mouse button to interact with
Available options:
left, right, middle, back, forward Type of click action
Available options:
down, up, click Modifier keys to hold during the click
Number of times to repeat the click
Response
Mouse action performed
Make an HTTP request through the browser's network stack
Previous
Move the mouse cursor to the specified coordinates on the browser instance
Next