Gets or sets a value indicating whether to skip the installation of the SafariDriver extension.
Namespace: OpenQA.Selenium.SafariAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool SkipExtensionInstallation { get; set; }
public bool SkipExtensionInstallation { get; set; }
Public Property SkipExtensionInstallation As Boolean
Get
Set
Public Property SkipExtensionInstallation As Boolean
Get
Set
public:
property bool SkipExtensionInstallation {
bool get ();
void set (bool value);
}
public:
property bool SkipExtensionInstallation {
bool get ();
void set (bool value);
}
Set this property to
if the SafariDriver extension is already installed
in Safari, and you don't want to overwrite it with the version included with WebDriver.