Table of Contents

Class AcceptedEventArgs

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

Informs that port was successfully bound and got a specified connection id.

public sealed class AcceptedEventArgs : EventArgs
Inheritance
AcceptedEventArgs
Inherited Members

Properties

ConnectionId

Connection id to be used.

[JsonPropertyName("connectionId")]
public string ConnectionId { get; set; }

Property Value

string

Port

Port number that was successfully bound.

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

Property Value

long