Click
Commands
Click
Click at specific coordinates on the page
POST
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 at a specific X/Y coordinate on the current page. For clicking a known DOM element by selector, use Node Click instead.Authentication
Self-hosted open source deployments do not require authentication.
Path Parameters
The browser ID returned from Create Session.
Request Body
Horizontal coordinate to click (pixels from left).
Vertical coordinate to click (pixels from top).
Response
Whether the click was performed successfully.

