Table of Contents

Class IsolationModeHighlightConfig

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

IsolationModeHighlightConfig

public sealed class IsolationModeHighlightConfig
Inheritance
IsolationModeHighlightConfig
Inherited Members

Properties

MaskColor

maskColor

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

Property Value

RGBA

ResizerColor

resizerColor

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

Property Value

RGBA

ResizerHandleColor

resizerHandleColor

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

Property Value

RGBA