Creates a default instance of the InternetExplorerDriverService using a specified path to the IEDriverServer executable.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public static InternetExplorerDriverService CreateDefaultService( string driverPath )
Parameters
- driverPath
- Type:
System String
The directory containing the IEDriverServer executable.
Return Value
A InternetExplorerDriverService using a random port.See Also