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

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.