Gets or sets the path to which the supporting library of the IEDriverServer.exe is extracted.
Defaults to the temp directory if this property is not set.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public string LibraryExtractionPath { get; set; }
public string LibraryExtractionPath { get; set; }
Public Property LibraryExtractionPath As String
Get
Set
Public Property LibraryExtractionPath As String
Get
Set
public:
property String^ LibraryExtractionPath {
String^ get ();
void set (String^ value);
}
public:
property String^ LibraryExtractionPath {
String^ get ();
void set (String^ value);
}
The IEDriverServer.exe requires extraction of a supporting library to perform some of its functions. Setting
This library is extracted to the temp directory if this property is not set. If the property is set, it must
be set to a valid directory.