Gets or sets the path to the SafariDriver.safariextz file from which the extension will be installed.
Namespace: OpenQA.Selenium.SafariAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public string CustomExtensionPath { get; set; }
public string CustomExtensionPath { get; set; }
Public Property CustomExtensionPath As String
Get
Set
Public Property CustomExtensionPath As String
Get
Set
public:
property String^ CustomExtensionPath {
String^ get ();
void set (String^ value);
}
public:
property String^ CustomExtensionPath {
String^ get ();
void set (String^ value);
}