Table of Contents

Class WindowControlsOverlayConfig

Namespace
Selenium.WebDriver.BiDi.Cdp.Overlay
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Configuration for Window Controls Overlay

public sealed record WindowControlsOverlayConfig : IEquatable<WindowControlsOverlayConfig>
Inheritance
WindowControlsOverlayConfig
Implements
Inherited Members

Constructors

WindowControlsOverlayConfig(bool, string, string)

Configuration for Window Controls Overlay

public WindowControlsOverlayConfig(bool ShowCSS, string SelectedPlatform, string ThemeColor)

Parameters

ShowCSS bool

Whether the title bar CSS should be shown when emulating the Window Controls Overlay.

SelectedPlatform string

Selected platforms to show the overlay.

ThemeColor string

The theme color defined in app manifest.

Properties

SelectedPlatform

Selected platforms to show the overlay.

public string SelectedPlatform { get; init; }

Property Value

string

ShowCSS

Whether the title bar CSS should be shown when emulating the Window Controls Overlay.

public bool ShowCSS { get; init; }

Property Value

bool

ThemeColor

The theme color defined in app manifest.

public string ThemeColor { get; init; }

Property Value

string