Table of Contents

Class IsolationModeHighlightConfig

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

IsolationModeHighlightConfig

public sealed class IsolationModeHighlightConfig
Inheritance
IsolationModeHighlightConfig
Inherited Members

Properties

MaskColor

The fill color for the mask covering non-isolated elements (default: transparent).

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

Property Value

RGBA

ResizerColor

The fill color of the resizers (default: transparent).

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

Property Value

RGBA

ResizerHandleColor

The fill color for resizer handles (default: transparent).

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

Property Value

RGBA