Table of Contents

Class WebSocketFrameSentEventArgs

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

WebSocketFrameSent

public sealed class WebSocketFrameSentEventArgs : EventArgs
Inheritance
WebSocketFrameSentEventArgs
Inherited Members

Properties

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

Response

Gets or sets the response

[JsonPropertyName("response")]
public WebSocketFrame Response { get; set; }

Property Value

WebSocketFrame

Timestamp

Gets or sets the timestamp

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

Property Value

double