Table of Contents

Class HingeConfig

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

Configuration for dual screen hinge

public sealed class HingeConfig
Inheritance
HingeConfig
Inherited Members

Properties

ContentColor

The content box highlight fill color (default: a dark color).

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

Property Value

RGBA

OutlineColor

The content box highlight outline color (default: transparent).

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

Property Value

RGBA

Rect

A rectangle represent hinge

[JsonPropertyName("rect")]
public Rect Rect { get; set; }

Property Value

Rect