Class AXNode
- Namespace
- OpenQA.Selenium.DevTools.V130.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
Description
description
[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValue Description { get; set; }
Property Value
FrameId
frameId
[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FrameId { get; set; }
Property Value
Ignored
ignored
[JsonPropertyName("ignored")]
public bool Ignored { get; set; }
Property Value
IgnoredReasons
ignoredReasons
[JsonPropertyName("ignoredReasons")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXProperty[] IgnoredReasons { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValue Name { get; set; }
Property Value
NodeId
nodeId
[JsonPropertyName("nodeId")]
public string NodeId { get; set; }
Property Value
ParentId
parentId
[JsonPropertyName("parentId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ParentId { get; set; }
Property Value
Properties
properties
[JsonPropertyName("properties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXProperty[] Properties { get; set; }
Property Value
Role
role
[JsonPropertyName("role")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValue Role { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValue Value { get; set; }