mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
847 B
847 B
Home > puppeteer > Protocol > Accessibility > GetPartialAXTreeResponse
Protocol.Accessibility.GetPartialAXTreeResponse interface
Signature:
export interface GetPartialAXTreeResponse
Properties
Property | Type | Description |
---|---|---|
nodes | AXNode[] | The Accessibility.AXNode for this DOM node, if it exists, plus its ancestors, siblings and children, if requested. |