Performs a mouse click at the specified coordinates
API key passed in the header
The ID of the browser session
Mouse click request. Must provide either (x, y) coordinates or a selector, but not both.
X coordinate
Y coordinate
Mouse button to use
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.
Click performed successfully