Table of Contents

Class GetFullAXTreeCommandResponse

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

Response for Fetches the entire accessibility tree for the root Document

public sealed class GetFullAXTreeCommandResponse : ICommandResponse<GetFullAXTreeCommandSettings>, ICommandResponse
Inheritance
GetFullAXTreeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Nodes

Gets or sets the nodes

[JsonPropertyName("nodes")]
public AXNode[] Nodes { get; set; }

Property Value

AXNode[]