C# Class SePSXUnitTests.FakeWebDriver

Description of FakeWebDriver.
Inheritance: IWebDriver
Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
UnitTestReport string

Private Properties

Property Type Description
InternalExecute OpenQA.Selenium.Remote.Response
PrintOutCollection void
SetElementsCollection void

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
FakeWebDriver ( ) : System
FindElement ( By by ) : IWebElement
FindElements ( By by ) : ReadOnlyCollection
Manage ( ) : IOptions
Navigate ( ) : INavigation
Quit ( ) : void
SwitchTo ( ) : ITargetLocator

Private Methods

Method Description
InternalExecute ( string driverCommandToExecute, object>.Dictionary parameters ) : OpenQA.Selenium.Remote.Response
PrintOutCollection ( ) : void
SetElementsCollection ( List listOfElements ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FakeWebDriver() public method

public FakeWebDriver ( ) : System
return System

FindElement() public method

public FindElement ( By by ) : IWebElement
by OpenQA.Selenium.By
return IWebElement

FindElements() public method

public FindElements ( By by ) : ReadOnlyCollection
by OpenQA.Selenium.By
return ReadOnlyCollection

Manage() public method

public Manage ( ) : IOptions
return IOptions

Navigate() public method

public Navigate ( ) : INavigation
return INavigation

Quit() public method

public Quit ( ) : void
return void

SwitchTo() public method

public SwitchTo ( ) : ITargetLocator
return ITargetLocator

Property Details

UnitTestReport public_oe property

public string UnitTestReport
return string