C# Class SePSXUnitTests.FakeTargetLocator

Description of FakeTargetLocator.
Inheritance: ITargetLocator
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
ActiveElement ( ) : IWebElement
Alert ( ) : IAlert
DefaultContent ( ) : IWebDriver
FakeTargetLocator ( ) : System
Frame ( IWebElement frameElement ) : IWebDriver
Frame ( int frameIndex ) : IWebDriver
Frame ( string frameName ) : IWebDriver
ParentFrame ( ) : IWebDriver
Window ( string windowName ) : IWebDriver

Method Details

ActiveElement() public méthode

public ActiveElement ( ) : IWebElement
Résultat IWebElement

Alert() public méthode

public Alert ( ) : IAlert
Résultat IAlert

DefaultContent() public méthode

public DefaultContent ( ) : IWebDriver
Résultat IWebDriver

FakeTargetLocator() public méthode

public FakeTargetLocator ( ) : System
Résultat System

Frame() public méthode

public Frame ( IWebElement frameElement ) : IWebDriver
frameElement IWebElement
Résultat IWebDriver

Frame() public méthode

public Frame ( int frameIndex ) : IWebDriver
frameIndex int
Résultat IWebDriver

Frame() public méthode

public Frame ( string frameName ) : IWebDriver
frameName string
Résultat IWebDriver

ParentFrame() public méthode

public ParentFrame ( ) : IWebDriver
Résultat IWebDriver

Window() public méthode

public Window ( string windowName ) : IWebDriver
windowName string
Résultat IWebDriver