Table of Contents

Class AXNode

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

AXNode

public sealed class AXNode
Inheritance
AXNode
Inherited Members

Properties

BackendDOMNodeId

backendDOMNodeId

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

Property Value

long?

ChildIds

childIds

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

Property Value

string[]

ChromeRole

chromeRole

[JsonPropertyName("chromeRole")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValue ChromeRole { get; set; }

Property Value

AXValue

Description

description

[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValue Description { get; set; }

Property Value

AXValue

FrameId

frameId

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

Property Value

string

Ignored

ignored

[JsonPropertyName("ignored")]
public bool Ignored { get; set; }

Property Value

bool

IgnoredReasons

ignoredReasons

[JsonPropertyName("ignoredReasons")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXProperty[] IgnoredReasons { get; set; }

Property Value

AXProperty[]

Name

name

[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValue Name { get; set; }

Property Value

AXValue

NodeId

nodeId

[JsonPropertyName("nodeId")]
public string NodeId { get; set; }

Property Value

string

ParentId

parentId

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

Property Value

string

Properties

properties

[JsonPropertyName("properties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXProperty[] Properties { get; set; }

Property Value

AXProperty[]

Role

role

[JsonPropertyName("role")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValue Role { get; set; }

Property Value

AXValue

Value

value

[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValue Value { get; set; }

Property Value

AXValue