puppeteer/new-docs/puppeteer.protocol.accessibility.getpartialaxtreerequest.md
2020-07-13 14:01:35 +01:00

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.