Skip to main content
POST
Click

Description

Clicks at a specific X/Y coordinate on the current page. For clicking a known DOM node, use Node Click instead.

Authentication

Open-source deployments do not require authentication by default. If your server config enables X-API-Key, include that header with the request.

Path Parameters

string
required
The browser ID returned from Create Session.

Request Body

number
required
Horizontal coordinate to click, in pixels from the left.
number
required
Vertical coordinate to click, in pixels from the top.

Response

boolean
Whether the click was performed successfully.

Example