WebSocketServer Constructor (String)WebDriver
Initializes a new instance of the WebSocketServer class.

Namespace: OpenQA.Selenium.Safari.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public WebSocketServer(
	string location
)

Parameters

location
Type: OnlineSystem String
The location at which to listen for connections.
See Also