Node Click
Commands
Node Click
Click a DOM element by CSS selector
POST
Node Click
Documentation Index
Fetch the complete documentation index at: https://docs.rustybrowser.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Clicks a DOM element identified by a CSS selector. For clicking by pixel coordinates, use Click instead.Authentication
Self-hosted open source deployments do not require authentication.
Path Parameters
The browser ID returned from Create Session.
Request Body
CSS selector for the element to click.
Response
Whether the click was performed successfully.

