ISearchContext FindElements Method WebDriver
Finds all IWebElements within the current context using the given mechanism.

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

ReadOnlyCollection<IWebElement> FindElements(
	By by
)

Return Value

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