Table of Contents

Class WindowControlsOverlayConfig

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

Configuration for Window Controls Overlay

public sealed class WindowControlsOverlayConfig
Inheritance
WindowControlsOverlayConfig
Inherited Members

Properties

SelectedPlatform

Selected platforms to show the overlay.

[JsonPropertyName("selectedPlatform")]
public string SelectedPlatform { get; set; }

Property Value

string

ShowCSS

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

[JsonPropertyName("showCSS")]
public bool ShowCSS { get; set; }

Property Value

bool

ThemeColor

The theme color defined in app manifest.

[JsonPropertyName("themeColor")]
public string ThemeColor { get; set; }

Property Value

string