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

id
string
required
The browser ID returned from Create Session.

Request Body

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

Response

ok
boolean
Whether the click was performed successfully.

Example