Bumblebee.Implementation.SelectBox.SelectBox C# (CSharp) Method

SelectBox() public method

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

Same methods

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