Fetch UI Map
UI Map
Fetch UI Map
Get the accessibility tree of the current page
GET
Fetch UI Map
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
Returns the accessibility tree (UI map) of the current page as a flat array of nodes. Each node includes its role, name, properties, and parent relationship. Use this to understand the page structure before interacting with elements.Authentication
Self-hosted open source deployments do not require authentication.
Path Parameters
The browser ID returned from Create Session.
Response
Returns an array of UI node objects.Unique node ID within the current page.
ID of the parent node. Absent on the root node.
Accessible name of the element.
ARIA role of the element (e.g.
"RootWebArea", "button", "link").Additional accessibility properties such as
Url, Focusable, Checked, etc.
