Table of Contents

Class SetShowWindowControlsOverlayCommandSettings

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

Show Window Controls Overlay for PWA

public sealed class SetShowWindowControlsOverlayCommandSettings : ICommand
Inheritance
SetShowWindowControlsOverlayCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

WindowControlsOverlayConfig

Window Controls Overlay data, null means hide Window Controls Overlay

[JsonPropertyName("windowControlsOverlayConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public WindowControlsOverlayConfig? WindowControlsOverlayConfig { get; set; }

Property Value

WindowControlsOverlayConfig