Skip to main content
POST
Node Click

Description

Clicks a DOM node identified by node_id. Use Find Node or Fetch UI Map to get node IDs.

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

node_id
integer
required
Node ID of the element to click.

Response

ok
boolean
Whether the click was performed successfully.

Example