Table of Contents

Class AXRelatedNode

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

AXRelatedNode

public sealed class AXRelatedNode
Inheritance
AXRelatedNode
Inherited Members

Properties

BackendDOMNodeId

The BackendNodeId of the related DOM node.

[JsonPropertyName("backendDOMNodeId")]
public long BackendDOMNodeId { get; set; }

Property Value

long

Idref

The IDRef value provided, if any.

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

Property Value

string

Text

The text alternative of this node in the current context.

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

Property Value

string