Table of Contents

Class GetAXNodeAndAncestorsCommandSettings

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

Fetches a node and all ancestors up to and including the root. Requires enable() to have been called previously.

public sealed class GetAXNodeAndAncestorsCommandSettings : ICommand
Inheritance
GetAXNodeAndAncestorsCommandSettings
Implements
Inherited Members

Properties

BackendNodeId

Identifier of the backend node to get.

[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }

Property Value

long?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

NodeId

Identifier of the node to get.

[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }

Property Value

long?

ObjectId

JavaScript object id of the node wrapper to get.

[JsonPropertyName("objectId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ObjectId { get; set; }

Property Value

string