SafariDriverExtension Constructor (String, Boolean)WebDriver
Initializes a new instance of the SafariDriverExtension class, given the specified source path, and whether to skip the installation of the extension.

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

public SafariDriverExtension(
	string sourcePath,
	bool skipExtensionInstallation
)

Parameters

sourcePath
Type: OnlineSystem String
The path to the SafariDriver.safariextz file used to install the WebDriver Safari extension.
skipExtensionInstallation
Type: OnlineSystem Boolean
  to skip installation of the WebDriver Safari extension; otherwise  .
See Also