InternetExplorerDriverService CreateDefaultService Method (String)WebDriver
Creates a default instance of the InternetExplorerDriverService using a specified path to the IEDriverServer executable.

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

public static InternetExplorerDriverService CreateDefaultService(
	string driverPath
)

Parameters

driverPath
Type: OnlineSystem String
The directory containing the IEDriverServer executable.

Return Value

A InternetExplorerDriverService using a random port.
See Also