C# Class OpenQA.Selenium.IE.InternetExplorerDriverService

Exposes the service provided by the native IEDriverServer executable.
Inheritance: DriverService
显示文件 Open project: krosenvold/selenium-git-release-candidate Class Usage Examples

Public Methods

Method Description
CreateDefaultService ( ) : InternetExplorerDriverService

Creates a default instance of the InternetExplorerDriverService.

CreateDefaultService ( string driverPath ) : InternetExplorerDriverService

Creates a default instance of the InternetExplorerDriverService using a specified path to the IEDriverServer executable.

Private Methods

Method Description
InternetExplorerDriverService ( string executable, int port ) : System

Initializes a new instance of the InternetExplorerDriverService class.

Method Details

CreateDefaultService() public static method

Creates a default instance of the InternetExplorerDriverService.
public static CreateDefaultService ( ) : InternetExplorerDriverService
return InternetExplorerDriverService

CreateDefaultService() public static method

Creates a default instance of the InternetExplorerDriverService using a specified path to the IEDriverServer executable.
public static CreateDefaultService ( string driverPath ) : InternetExplorerDriverService
driverPath string The directory containing the IEDriverServer executable.
return InternetExplorerDriverService