Class AXProperty
- Namespace
- OpenQA.Selenium.DevTools.V147.Accessibility
- Assembly
- Selenium.WebDriver.dll
AXProperty
public sealed class AXProperty
- Inheritance
-
AXProperty
- Inherited Members
Properties
Name
The name of this property.
[JsonPropertyName("name")]
public AXPropertyName Name { get; set; }
Property Value
Value
The value of this property.
[JsonPropertyName("value")]
public AXValue Value { get; set; }