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

string
required
The browser ID returned from Create Session.

Request Body

integer
required
Node ID of the element to click.

Response

boolean
Whether the click was performed successfully.

Example