C# Class Bumblebee.Implementation.SelectBox

Inheritance: Element, ISelectBox
Show file Open project: bumblebee/bumblebee

Public Methods

Method Description
SelectBox ( IBlock parent, By by ) : System.Collections.Generic
SelectBox ( IBlock parent, IWebElement element ) : System.Collections.Generic

Method Details

SelectBox() public method

public SelectBox ( IBlock parent, By by ) : System.Collections.Generic
parent IBlock
by OpenQA.Selenium.By
return System.Collections.Generic

SelectBox() public method

public SelectBox ( IBlock parent, IWebElement element ) : System.Collections.Generic
parent IBlock
element IWebElement
return System.Collections.Generic