Table of Contents

Class AXProperty

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

Constructors

AXProperty(AXPropertyName, AXValue)

public AXProperty(AXPropertyName Name, AXValue Value)

Parameters

Name AXPropertyName

The name of this property.

Value AXValue

The value of this property.

Properties

Name

The name of this property.

public AXPropertyName Name { get; init; }

Property Value

AXPropertyName

Value

The value of this property.

public AXValue Value { get; init; }

Property Value

AXValue