InternetExplorerDriverService CreateDefaultService Method WebDriver
Creates a default instance of the InternetExplorerDriverService.

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

public static InternetExplorerDriverService CreateDefaultService()

Return Value

A InternetExplorerDriverService that implements default settings.
See Also