# Accessibility Tree ## Get accessibility tree page `client.browserRendering.accessibilityTree.create(AccessibilityTreeCreateParamsparams, RequestOptionsoptions?): AccessibilityTreeCreateResponse` **post** `/accounts/{account_id}/browser-rendering/accessibilityTree` Returns the page's accessibility tree. Use `interestingOnly` to only return semantically meaningful nodes; use `root` to scope the tree to a CSS-selector-anchored subtree. Control page loading with `gotoOptions` and `waitFor*` options. ### Parameters - `params: AccessibilityTreeCreateParams` - `account_id: string` Path param: Account ID. - `cacheTTL?: number` Query param: Cache TTL default is 5s. Set to 0 to disable. - `actionTimeout?: number` Body param: The maximum duration allowed for the browser action to complete after the page has loaded (such as taking screenshots, extracting content, or generating PDFs). If this time limit is exceeded, the action stops and returns a timeout error. - `addScriptTag?: Array` Body param: Adds a `