C# Class OpenQA.Selenium.PhantomJS.PhantomJSDriverService

Inheritance: DriverService
Exibir arquivo Open project: krosenvold/selenium-git-release-candidate Class Usage Examples

Public Methods

Method 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

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

Initializes a new instance of the PhantomJSDriverService class.

Method Details

CreateDefaultService() public static method

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

CreateDefaultService() public static method

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.
return PhantomJSDriverService