Table of Contents

Class AXRelatedNode

Namespace
Selenium.WebDriver.BiDi.Cdp.Accessibility
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record AXRelatedNode : IEquatable<AXRelatedNode>
Inheritance
AXRelatedNode
Implements
Inherited Members

Constructors

AXRelatedNode(BackendNodeId)

public AXRelatedNode(BackendNodeId BackendDOMNodeId)

Parameters

BackendDOMNodeId BackendNodeId

The BackendNodeId of the related DOM node.

Properties

BackendDOMNodeId

The BackendNodeId of the related DOM node.

public BackendNodeId BackendDOMNodeId { get; init; }

Property Value

BackendNodeId

Idref

The IDRef value provided, if any.

public string? Idref { get; init; }

Property Value

string

Text

The text alternative of this node in the current context.

public string? Text { get; init; }

Property Value

string