Table of Contents

Class RemoveScreenCommandSettings

Namespace
OpenQA.Selenium.DevTools.V142.Emulation
Assembly
WebDriver.dll

RemoveScreen

public sealed class RemoveScreenCommandSettings : ICommand
Inheritance
RemoveScreenCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ScreenId

Gets or sets the screenId

[JsonPropertyName("screenId")]
public string ScreenId { get; set; }

Property Value

string