C# Class SePSXUnitTests.FakeChromeDriver

Description of FakeChromeDriver.
Inheritance: FakeWebDriver
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode 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 méthode

public FakeChromeDriver ( ) : System
Résultat System

FakeChromeDriver() public méthode

public FakeChromeDriver ( ChromeOptions options ) : System
options OpenQA.Selenium.Chrome.ChromeOptions
Résultat System

FakeChromeDriver() public méthode

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

FakeChromeDriver() public méthode

public FakeChromeDriver ( string chromeDriverDirectory ) : System
chromeDriverDirectory string
Résultat System

FakeChromeDriver() public méthode

public FakeChromeDriver ( string chromeDriverDirectory, ChromeOptions options ) : System
chromeDriverDirectory string
options OpenQA.Selenium.Chrome.ChromeOptions
Résultat System

FakeChromeDriver() public méthode

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