C# 클래스 SePSXUnitTests.FakeChromeDriver

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

공개 메소드들

메소드 설명
FakeChromeDriver ( ) : System
FakeChromeDriver ( ChromeOptions options ) : System
FakeChromeDriver ( DriverService service, ChromeOptions options, System.TimeSpan commandTimeout ) : System
FakeChromeDriver ( string chromeDriverDirectory ) : System
FakeChromeDriver ( string chromeDriverDirectory, ChromeOptions options ) : System
FakeChromeDriver ( string chromeDriverDirectory, ChromeOptions options, System.TimeSpan commandTimeout ) : System

메소드 상세

FakeChromeDriver() 공개 메소드

public FakeChromeDriver ( ) : System
리턴 System

FakeChromeDriver() 공개 메소드

public FakeChromeDriver ( ChromeOptions options ) : System
options OpenQA.Selenium.Chrome.ChromeOptions
리턴 System

FakeChromeDriver() 공개 메소드

public FakeChromeDriver ( DriverService service, ChromeOptions options, System.TimeSpan commandTimeout ) : System
service OpenQA.Selenium.DriverService
options OpenQA.Selenium.Chrome.ChromeOptions
commandTimeout System.TimeSpan
리턴 System

FakeChromeDriver() 공개 메소드

public FakeChromeDriver ( string chromeDriverDirectory ) : System
chromeDriverDirectory string
리턴 System

FakeChromeDriver() 공개 메소드

public FakeChromeDriver ( string chromeDriverDirectory, ChromeOptions options ) : System
chromeDriverDirectory string
options OpenQA.Selenium.Chrome.ChromeOptions
리턴 System

FakeChromeDriver() 공개 메소드

public FakeChromeDriver ( string chromeDriverDirectory, ChromeOptions options, System.TimeSpan commandTimeout ) : System
chromeDriverDirectory string
options OpenQA.Selenium.Chrome.ChromeOptions
commandTimeout System.TimeSpan
리턴 System