Table of Contents

Class WebTransportConnectionEstablishedEventArgs

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

WebTransportConnectionEstablished

public sealed class WebTransportConnectionEstablishedEventArgs : EventArgs
Inheritance
WebTransportConnectionEstablishedEventArgs
Inherited Members

Properties

Timestamp

Gets or sets the timestamp

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double

TransportId

Gets or sets the transportId

[JsonPropertyName("transportId")]
public string TransportId { get; set; }

Property Value

string