C# Class Bumblebee.Implementation.Block

Inheritance: IBlock
Afficher le fichier Open project: bumblebee/bumblebee

Méthodes publiques

Méthode Description
FindElement ( By by ) : IWebElement
FindElements ( By by ) : IList
GetDragAndDropPerformer ( ) : IPerformsDragAndDrop
VerifyMonkeyState ( ) : void

Méthodes protégées

Méthode Description
Block ( Session session ) : System

Private Methods

Méthode Description
GetElement ( By by ) : IWebElement
GetElements ( By by ) : IList

Method Details

Block() protected méthode

protected Block ( Session session ) : System
session Session
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 ) : IList
by OpenQA.Selenium.By
Résultat IList

GetDragAndDropPerformer() public méthode

public GetDragAndDropPerformer ( ) : IPerformsDragAndDrop
Résultat IPerformsDragAndDrop

VerifyMonkeyState() public méthode

public VerifyMonkeyState ( ) : void
Résultat void