C# Class Bumblebee.Implementation.Block

Inheritance: IBlock
显示文件 Open project: bumblebee/bumblebee

Public Methods

Method Description
FindElement ( By by ) : IWebElement
FindElements ( By by ) : IList
GetDragAndDropPerformer ( ) : IPerformsDragAndDrop
VerifyMonkeyState ( ) : void

Protected Methods

Method Description
Block ( Session session ) : System

Private Methods

Method Description
GetElement ( By by ) : IWebElement
GetElements ( By by ) : IList

Method Details

Block() protected method

protected Block ( Session session ) : System
session Session
return System

FindElement() public method

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

FindElements() public method

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

GetDragAndDropPerformer() public method

public GetDragAndDropPerformer ( ) : IPerformsDragAndDrop
return IPerformsDragAndDrop

VerifyMonkeyState() public method

public VerifyMonkeyState ( ) : void
return void