Table of Contents

Class GetFullAXTreeCommandSettings

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

GetFullAXTree

public sealed class GetFullAXTreeCommandSettings : ICommand
Inheritance
GetFullAXTreeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Depth

Gets or sets the depth

[JsonPropertyName("depth")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Depth { get; set; }

Property Value

long?

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FrameId { get; set; }

Property Value

string