C# 클래스 SePSXUnitTests.FakeIEDriver

Description of FakeIEDriver.
상속: FakeWebDriver
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
FakeIEDriver ( ) : System
FakeIEDriver ( DriverService service, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
FakeIEDriver ( InternetExplorerOptions options ) : System
FakeIEDriver ( string internetExplorerDriverServerDirectory ) : System
FakeIEDriver ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options ) : System
FakeIEDriver ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System

메소드 상세

FakeIEDriver() 공개 메소드

public FakeIEDriver ( ) : System
리턴 System

FakeIEDriver() 공개 메소드

public FakeIEDriver ( DriverService service, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
service OpenQA.Selenium.DriverService
options OpenQA.Selenium.IE.InternetExplorerOptions
commandTimeout System.TimeSpan
리턴 System

FakeIEDriver() 공개 메소드

public FakeIEDriver ( InternetExplorerOptions options ) : System
options OpenQA.Selenium.IE.InternetExplorerOptions
리턴 System

FakeIEDriver() 공개 메소드

public FakeIEDriver ( string internetExplorerDriverServerDirectory ) : System
internetExplorerDriverServerDirectory string
리턴 System

FakeIEDriver() 공개 메소드

public FakeIEDriver ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options ) : System
internetExplorerDriverServerDirectory string
options OpenQA.Selenium.IE.InternetExplorerOptions
리턴 System

FakeIEDriver() 공개 메소드

public FakeIEDriver ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
internetExplorerDriverServerDirectory string
options OpenQA.Selenium.IE.InternetExplorerOptions
commandTimeout System.TimeSpan
리턴 System