Table of Contents

Class GetChildAXNodesCommandResponse

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

Response for Fetches a particular accessibility node by AXNodeId. Requires enable() to have been called previously.

public sealed class GetChildAXNodesCommandResponse : ICommandResponse<GetChildAXNodesCommandSettings>, ICommandResponse
Inheritance
GetChildAXNodesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Nodes

Gets or sets the nodes

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

Property Value

AXNode[]