EventFiringWebDriver FindElements Method WebDriver
Find all IWebElements within the current context using the given mechanism.

Namespace: OpenQA.Selenium.Support.Events
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public ReadOnlyCollection<IWebElement> FindElements(
	By by
)

Return Value

A OnlineReadOnlyCollection T  of all WebElements matching the current criteria, or an empty list if nothing matches.

Implements

ISearchContext FindElements(By)
See Also