Table of Contents

Class AXRelatedNode

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

AXRelatedNode

public sealed class AXRelatedNode
Inheritance
AXRelatedNode
Inherited Members

Properties

BackendDOMNodeId

backendDOMNodeId

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

Property Value

long

Idref

idref

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

Property Value

string

Text

text

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

Property Value

string