C# 클래스 OpenQA.Selenium.PhantomJS.PhantomJSDriverService

상속: DriverService
파일 보기 프로젝트 열기: krosenvold/selenium-git-release-candidate 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
PhantomJSDriverService ( string executable, int port ) : System

Initializes a new instance of the PhantomJSDriverService class.

메소드 상세

CreateDefaultService() 공개 정적인 메소드

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

CreateDefaultService() 공개 정적인 메소드

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.
리턴 PhantomJSDriverService