C# 클래스 OpenQA.Selenium.IE.InternetExplorerDriverService

Exposes the service provided by the native IEDriverServer executable.
상속: DriverService
파일 보기 프로젝트 열기: krosenvold/selenium-git-release-candidate 1 사용 예제들

공개 메소드들

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

비공개 메소드들

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

Initializes a new instance of the InternetExplorerDriverService class.

메소드 상세

CreateDefaultService() 공개 정적인 메소드

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

CreateDefaultService() 공개 정적인 메소드

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