Class GetRootAXNodeCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V148.Accessibility
- Assembly
- Selenium.WebDriver.dll
Response for Fetches the root node.
Requires enable() to have been called previously.
public sealed class GetRootAXNodeCommandResponse : ICommandResponse<GetRootAXNodeCommandSettings>, ICommandResponse
- Inheritance
-
GetRootAXNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Node
Gets or sets the node
[JsonPropertyName("node")]
public AXNode Node { get; set; }