Class GetChildAXNodesCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V146.Accessibility
- Assembly
- Selenium.WebDriver.dll
Fetches a particular accessibility node by AXNodeId.
Requires enable() to have been called previously.
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
The frame in whose document the node resides. If omitted, the root frame is used.
[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; }