Wait For Node
Commands
Wait For Node
Wait until a DOM element appears on the page
POST
Wait For 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
Blocks until a DOM element matching the given CSS selector appears on the page, or until the timeout is reached. Useful after navigation or dynamic content loads.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 wait for.
Maximum time to wait in milliseconds. Defaults to
5000.Response
The node ID of the matched element once it appears.

