Table of Contents

Class WebSocketFrameErrorEventArgs

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

WebSocketFrameError

public sealed class WebSocketFrameErrorEventArgs : EventArgs
Inheritance
WebSocketFrameErrorEventArgs
Inherited Members

Properties

ErrorMessage

Gets or sets the errorMessage

[JsonPropertyName("errorMessage")]
public string ErrorMessage { get; set; }

Property Value

string

RequestId

Gets or sets the requestId

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

Property Value

string

Timestamp

Gets or sets the timestamp

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

Property Value

double