Table of Contents

Class SafariDriverConnection

Namespace
OpenQA.Selenium.Safari
Assembly
WebDriver.dll

Represents a connection to an instance of the Safari browser.

public class SafariDriverConnection
Inheritance
SafariDriverConnection
Inherited Members

Constructors

SafariDriverConnection(IWebSocketConnection)

Initializes a new instance of the SafariDriverConnection class.

public SafariDriverConnection(IWebSocketConnection connection)

Parameters

connection IWebSocketConnection

An IWebSocketConnection representing a connection using the WebSockets protocol.

Methods

Send(Command)

Sends a command to the SafariDriver and waits for a response.

public Response Send(Command command)

Parameters

command Command

The Command to send to the driver.

Returns

Response

The Response from the command.