Class AXRelatedNode
- Namespace
- OpenQA.Selenium.DevTools.V142.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
Idref
idref
[JsonPropertyName("idref")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Idref { get; set; }Property Value
Text
text
[JsonPropertyName("text")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Text { get; set; }