Class GetAXNodeAndAncestorsCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V148.Accessibility
- Assembly
- Selenium.WebDriver.dll
Response for Fetches a node and all ancestors up to and including the root.
Requires enable() to have been called previously.
public sealed class GetAXNodeAndAncestorsCommandResponse : ICommandResponse<GetAXNodeAndAncestorsCommandSettings>, ICommandResponse
- Inheritance
-
GetAXNodeAndAncestorsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Nodes
Gets or sets the nodes
[JsonPropertyName("nodes")]
public AXNode[] Nodes { get; set; }
Property Value
- AXNode[]