Table of Contents

Class HighlightRectCommandSettings

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

HighlightRect

public sealed class HighlightRectCommandSettings : ICommand
Inheritance
HighlightRectCommandSettings
Implements
Inherited Members

Properties

Color

Gets or sets the color

[JsonPropertyName("color")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA Color { get; set; }

Property Value

RGBA

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Height

Gets or sets the height

[JsonPropertyName("height")]
public long Height { get; set; }

Property Value

long

OutlineColor

Gets or sets the outlineColor

[JsonPropertyName("outlineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA OutlineColor { get; set; }

Property Value

RGBA

Width

Gets or sets the width

[JsonPropertyName("width")]
public long Width { get; set; }

Property Value

long

X

Gets or sets the x

[JsonPropertyName("x")]
public long X { get; set; }

Property Value

long

Y

Gets or sets the y

[JsonPropertyName("y")]
public long Y { get; set; }

Property Value

long