Bumblebee.Implementation.SelectBox.SelectBox C# (CSharp) Méthode

SelectBox() public méthode

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

Same methods

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