C# Class OpenQA.Selenium.IE.InternetExplorerDriverService

Exposes the service provided by the native IEDriverServer executable.
Inheritance: DriverService
Afficher le fichier Open project: krosenvold/selenium-git-release-candidate Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
InternetExplorerDriverService ( string executable, int port ) : System

Initializes a new instance of the InternetExplorerDriverService class.

Method Details

CreateDefaultService() public static méthode

Creates a default instance of the InternetExplorerDriverService.
public static CreateDefaultService ( ) : InternetExplorerDriverService
Résultat InternetExplorerDriverService

CreateDefaultService() public static méthode

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.
Résultat InternetExplorerDriverService