C# Class SePSXUnitTests.FakeWebDriver

Description of FakeWebDriver.
Inheritance: IWebDriver
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Свойство Type Description
UnitTestReport string

Private Properties

Свойство Type Description
InternalExecute OpenQA.Selenium.Remote.Response
PrintOutCollection void
SetElementsCollection void

Méthodes publiques

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

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FakeWebDriver() public méthode

public FakeWebDriver ( ) : System
Résultat System

FindElement() public méthode

public FindElement ( By by ) : IWebElement
by OpenQA.Selenium.By
Résultat IWebElement

FindElements() public méthode

public FindElements ( By by ) : ReadOnlyCollection
by OpenQA.Selenium.By
Résultat ReadOnlyCollection

Manage() public méthode

public Manage ( ) : IOptions
Résultat IOptions

Navigate() public méthode

public Navigate ( ) : INavigation
Résultat INavigation

Quit() public méthode

public Quit ( ) : void
Résultat void

SwitchTo() public méthode

public SwitchTo ( ) : ITargetLocator
Résultat ITargetLocator

Property Details

UnitTestReport public_oe property

public string UnitTestReport
Résultat string