Table of Contents

Class HighlightQuadCommandSettings

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

HighlightQuad

public sealed class HighlightQuadCommandSettings : ICommand
Inheritance
HighlightQuadCommandSettings
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

OutlineColor

Gets or sets the outlineColor

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

Property Value

RGBA

Quad

Gets or sets the quad

[JsonPropertyName("quad")]
public double[] Quad { get; set; }

Property Value

double[]