InternetExplorerDriverService LibraryExtractionPath Property WebDriver
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.IE
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string LibraryExtractionPath { get; set; }
Remarks

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