Table of Contents

Class GetRootAXNodeCommandResponse

Namespace
OpenQA.Selenium.DevTools.V146.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; }

Property Value

AXNode