Table of Contents

Class HingeConfig

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

HingeConfig

public sealed class HingeConfig
Inheritance
HingeConfig
Inherited Members

Properties

ContentColor

contentColor

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

Property Value

RGBA

OutlineColor

outlineColor

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

Property Value

RGBA

Rect

rect

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

Property Value

Rect