Class GetPartialAXTreeCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V147.Accessibility
- Assembly
- Selenium.WebDriver.dll
Response for Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
public sealed class GetPartialAXTreeCommandResponse : ICommandResponse<GetPartialAXTreeCommandSettings>, ICommandResponse
- Inheritance
-
GetPartialAXTreeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Nodes
The Accessibility.AXNode for this DOM node, if it exists, plus its ancestors, siblings and
children, if requested.
[JsonPropertyName("nodes")]
public AXNode[] Nodes { get; set; }
Property Value
- AXNode[]