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.SafariAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- sourcePath
- Type:
System String
The path to the SafariDriver.safariextz file used to install the WebDriver Safari extension.
- skipExtensionInstallation
- Type:
System Boolean
to skip installation of the WebDriver Safari extension; otherwise .
See Also