Table of Contents

Class GetRootAXNodeCommandSettings

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

GetRootAXNode

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

string

FrameId

Gets or sets the frameId

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

Property Value

string