Table of Contents

Class SetShowViewportSizeOnResizeCommandSettings

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

Paints viewport size upon main frame resize.

public sealed class SetShowViewportSizeOnResizeCommandSettings : ICommand
Inheritance
SetShowViewportSizeOnResizeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Show

Whether to paint size or not.

[JsonPropertyName("show")]
public bool Show { get; set; }

Property Value

bool