Table of Contents

Class BindCommandSettings

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

Bind

public sealed class BindCommandSettings : ICommand
Inheritance
BindCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Port

Gets or sets the port

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

Property Value

long