Find Node
Commands
Find Node
Find a DOM node by CSS selector
POST
Find Node
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
Searches the current page for a DOM element matching the given CSS selector and returns its node reference. Use the returned reference with other node-based commands.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 find.
Response
The node ID of the matched element. Use this with Fetch Text and other node-based commands.

