Initializes a new instance of the SafariDriverConnection class.
Namespace: OpenQA.Selenium.SafariAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public SafariDriverConnection( IWebSocketConnection connection )
Parameters
- connection
- Type: OpenQA.Selenium.Safari.Internal IWebSocketConnection
An IWebSocketConnection representing a connection using the WebSockets protocol.
See Also