Class QueryAXTreeCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V130.Accessibility
- Assembly
- WebDriver.dll
QueryAXTree
public sealed class QueryAXTreeCommandSettings : ICommand
- Inheritance
-
QueryAXTreeCommandSettings
- Implements
- Inherited Members
Properties
AccessibleName
Gets or sets the accessibleName
[JsonPropertyName("accessibleName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string AccessibleName { get; set; }
Property Value
BackendNodeId
Gets or sets the backendNodeId
[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }
Property Value
- long?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }
Property Value
- long?
ObjectId
Gets or sets the objectId
[JsonPropertyName("objectId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ObjectId { get; set; }
Property Value
Role
Gets or sets the role
[JsonPropertyName("role")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Role { get; set; }