C# Class SpecDrill.Adapters.WebDriver.SeleniumBrowserDriver

Inheritance: IBrowserDriver
Show file Open project: CosminSontu/SpecDrill Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Create ( IWebDriver seleniumDriver ) : IBrowserDriver
Exit ( ) : void
GoToUrl ( string url ) : void
SeleniumBrowserDriver ( IWebDriver seleniumDriver ) : System

Method Details

Create() public static method

public static Create ( IWebDriver seleniumDriver ) : IBrowserDriver
seleniumDriver IWebDriver
return IBrowserDriver

Exit() public method

public Exit ( ) : void
return void

GoToUrl() public method

public GoToUrl ( string url ) : void
url string
return void

SeleniumBrowserDriver() public method

public SeleniumBrowserDriver ( IWebDriver seleniumDriver ) : System
seleniumDriver IWebDriver
return System