SafariDriverCommandExecutor Constructor (Int32, String)WebDriver
Initializes a new instance of the SafariDriverCommandExecutor class.

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

public SafariDriverCommandExecutor(
	int port,
	string safariLocation
)

Parameters

port
Type: OnlineSystem Int32
The port on which the executor communicates with the extension.
safariLocation
Type: OnlineSystem String
The location of the Safari executable
See Also