Bumblebee.Implementation.SelectBox.SelectBox C# (CSharp) Метод

SelectBox() публичный Метод

public SelectBox ( IBlock parent, By by ) : System.Collections.Generic
parent IBlock
by OpenQA.Selenium.By
Результат System.Collections.Generic
		public SelectBox(IBlock parent, By by) : base(parent, by)
		{
		}

Same methods

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