Table of Contents

Class GetRootAXNodeCommandResponse

Namespace
OpenQA.Selenium.DevTools.V132.Accessibility
Assembly
WebDriver.dll

Response for GetRootAXNode

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