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
NameAXPropertyNameThe name of this property.
ValueAXValueThe value of this property.
Properties
Name
The name of this property.
public AXPropertyName Name { get; init; }
Property Value
Value
The value of this property.
public AXValue Value { get; init; }