C# Class SePSXUnitTests.FakeChromeDriver

Description of FakeChromeDriver.
Inheritance: FakeWebDriver
Datei anzeigen Open project: apetrovskiy/STUPS

Public Methods

Method Description
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

Method Details

FakeChromeDriver() public method

public FakeChromeDriver ( ) : System
return System

FakeChromeDriver() public method

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

FakeChromeDriver() public method

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

FakeChromeDriver() public method

public FakeChromeDriver ( string chromeDriverDirectory ) : System
chromeDriverDirectory string
return System

FakeChromeDriver() public method

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

FakeChromeDriver() public method

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