Class GetChildAXNodesCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V132.Accessibility
- Assembly
- WebDriver.dll
GetChildAXNodes
public sealed class GetChildAXNodesCommandSettings : ICommand
- Inheritance
-
GetChildAXNodesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FrameId { get; set; }
Property Value
Id
Gets or sets the id
[JsonPropertyName("id")]
public string Id { get; set; }