C# Class SePSX.WebDriverFactory

Description of WebDriverFactory.
Afficher le fichier Open project: apetrovskiy/STUPS

Private Properties

Свойство Type Description
GetNativeDriver IWebDriver
Init void
WebDriverFactory System

Méthodes publiques

Méthode Description
GetDriver ( StartDriverCmdletBase cmdlet, Drivers driverType ) : IWebDriver
GetDriverServer ( StartSeWebDriverCommand cmdlet ) : IWebDriver
GetFirefoxDriver ( StartSeDriverServerCommand cmdlet ) : IWebDriver
GetFirefoxProfile ( FirefoxProfileCmdletBase cmdlet ) : FirefoxProfile

Private Methods

Méthode Description
GetNativeDriver ( Drivers driverType ) : IWebDriver
Init ( ) : void
WebDriverFactory ( ) : System

Method Details

GetDriver() public static méthode

public static GetDriver ( StartDriverCmdletBase cmdlet, Drivers driverType ) : IWebDriver
cmdlet StartDriverCmdletBase
driverType Drivers
Résultat IWebDriver

GetDriverServer() public static méthode

public static GetDriverServer ( StartSeWebDriverCommand cmdlet ) : IWebDriver
cmdlet StartSeWebDriverCommand
Résultat IWebDriver

GetFirefoxDriver() public static méthode

public static GetFirefoxDriver ( StartSeDriverServerCommand cmdlet ) : IWebDriver
cmdlet StartSeDriverServerCommand
Résultat IWebDriver

GetFirefoxProfile() public static méthode

public static GetFirefoxProfile ( FirefoxProfileCmdletBase cmdlet ) : FirefoxProfile
cmdlet FirefoxProfileCmdletBase
Résultat OpenQA.Selenium.Firefox.FirefoxProfile