Table of Contents

Class SetShowWindowControlsOverlayCommandSettings

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

SetShowWindowControlsOverlay

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

Gets or sets the windowControlsOverlayConfig

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

Property Value

WindowControlsOverlayConfig