Table of Contents

Class UnbindCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Tethering
Assembly
Selenium.WebDriver.dll

Request browser port unbinding.

public sealed class UnbindCommandSettings : ICommand
Inheritance
UnbindCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Port

Port number to unbind.

[JsonPropertyName("port")]
public long Port { get; set; }

Property Value

long