Bumblebee.Extensions.WebElementConvenience.GetElements C# (CSharp) Method

GetElements() private method

private GetElements ( this driver, By by ) : IList
driver this
by OpenQA.Selenium.By
return IList
		public static IList<IWebElement> GetElements(this ISearchContext driver, By by)
		{
			return driver.FindElements(by);
		}