By FindElements Method WebDriver
Finds all elements matching the criteria.

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

public virtual ReadOnlyCollection<IWebElement> FindElements(
	ISearchContext context
)

Return Value

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