Class GetRootAXNodeCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.Accessibility
- Assembly
- Selenium.WebDriver.dll
Fetches the root node.
Requires enable() to have been called previously.
public sealed class GetRootAXNodeCommandSettings : ICommand
- Inheritance
-
GetRootAXNodeCommandSettings
- 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; }