C# Class OpenQA.Selenium.PhantomJS.PhantomJSDriverService

Inheritance: DriverService
Afficher le fichier Open project: krosenvold/selenium-git-release-candidate Class Usage Examples

Méthodes publiques

Méthode Description
CreateDefaultService ( ) : PhantomJSDriverService

Creates a default instance of the PhantomJSDriverService.

CreateDefaultService ( string driverPath ) : PhantomJSDriverService

Creates a default instance of the PhantomJSDriverService using a specified path to the PhantomJS executable.

Private Methods

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

Initializes a new instance of the PhantomJSDriverService class.

Method Details

CreateDefaultService() public static méthode

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

CreateDefaultService() public static méthode

Creates a default instance of the PhantomJSDriverService using a specified path to the PhantomJS executable.
public static CreateDefaultService ( string driverPath ) : PhantomJSDriverService
driverPath string The directory containing the PhantomJS executable.
Résultat PhantomJSDriverService