Table of Contents

Class WebSocketConnectionDataReceivedEventArgs

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Object containing event data for events raised when data is received from a WebDriver Bidi connection.

public class WebSocketConnectionDataReceivedEventArgs : EventArgs
Inheritance
WebSocketConnectionDataReceivedEventArgs
Inherited Members

Constructors

WebSocketConnectionDataReceivedEventArgs(string)

Initializes a new instance of the WebSocketConnectionDataReceivedEventArgs class.

public WebSocketConnectionDataReceivedEventArgs(string data)

Parameters

data string

The data received from the connection.

Properties

Data

Gets the data received from the connection.

public string Data { get; }

Property Value

string