mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > Accessibility > GetPartialAXTreeRequest
Protocol.Accessibility.GetPartialAXTreeRequest interface
Signature:
export interface GetPartialAXTreeRequest
Properties
Property | Type | Description |
---|---|---|
backendNodeId | DOM.BackendNodeId | Identifier of the backend node to get the partial accessibility tree for. |
fetchRelatives | boolean | Whether to fetch this nodes ancestors, siblings and children. Defaults to true. |
nodeId | DOM.NodeId | Identifier of the node to get the partial accessibility tree for. |
objectId | Runtime.RemoteObjectId | JavaScript object id of the node wrapper to get the partial accessibility tree for. |