SafariOptions SkipExtensionInstallation Property WebDriver
Gets or sets a value indicating whether to skip the installation of the SafariDriver extension.

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

public bool SkipExtensionInstallation { get; set; }
Remarks

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.
See Also