Mouse Click
OS Level Control
Mouse Click
Performs a mouse click at the specified coordinates
POST
Mouse Click
Authorizations
API key passed in the header
Path Parameters
The ID of the browser session
Body
application/json
Mouse click request. Must provide either (x, y) coordinates or a selector, but not both.
X coordinate
Y coordinate
Mouse button to use
Available options:
left, middle, right A valid CSS selector for the requested element
If a selector was passed, timeout in ms for waiting for the DOM element to be selected. Defaults to 5000 (5 seconds).
If a selector was passed and multiple elements match the selector, the index of the element in the list (0-based). Defaults to 0.
Response
Click performed successfully

