Table of Contents

Class CloseCommandSettings

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

Close

public sealed class CloseCommandSettings : ICommand
Inheritance
CloseCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Handle

Gets or sets the handle

[JsonPropertyName("handle")]
public string Handle { get; set; }

Property Value

string