Class GetFullAXTreeCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V132.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
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; }