Table of Contents

Class GetHighlightObjectForTestCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Overlay
Assembly
WebDriver.dll

GetHighlightObjectForTest

public sealed class GetHighlightObjectForTestCommandSettings : ICommand
Inheritance
GetHighlightObjectForTestCommandSettings
Implements
Inherited Members

Properties

ColorFormat

Gets or sets the colorFormat

[JsonPropertyName("colorFormat")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ColorFormat? ColorFormat { get; set; }

Property Value

ColorFormat?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IncludeDistance

Gets or sets the includeDistance

[JsonPropertyName("includeDistance")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeDistance { get; set; }

Property Value

bool?

IncludeStyle

Gets or sets the includeStyle

[JsonPropertyName("includeStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeStyle { get; set; }

Property Value

bool?

NodeId

Gets or sets the nodeId

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long

ShowAccessibilityInfo

Gets or sets the showAccessibilityInfo

[JsonPropertyName("showAccessibilityInfo")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowAccessibilityInfo { get; set; }

Property Value

bool?