Table of Contents

Class IsolationModeHighlightConfig

Namespace
Selenium.WebDriver.BiDi.Cdp.Overlay
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record IsolationModeHighlightConfig : IEquatable<IsolationModeHighlightConfig>
Inheritance
IsolationModeHighlightConfig
Implements
Inherited Members

Constructors

IsolationModeHighlightConfig()

public IsolationModeHighlightConfig()

Properties

MaskColor

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

public RGBA? MaskColor { get; init; }

Property Value

RGBA

ResizerColor

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

public RGBA? ResizerColor { get; init; }

Property Value

RGBA

ResizerHandleColor

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

public RGBA? ResizerHandleColor { get; init; }

Property Value

RGBA