Table of Contents

Class HighlightQuadCommandSettings

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

Highlights given quad. Coordinates are absolute with respect to the main frame viewport.

public sealed class HighlightQuadCommandSettings : ICommand
Inheritance
HighlightQuadCommandSettings
Implements
Inherited Members

Properties

Color

The highlight fill color (default: transparent).

[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

The highlight outline color (default: transparent).

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

Property Value

RGBA

Quad

Quad to highlight

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

Property Value

double[]