RemoteWebElement FindElements Method (By)WebDriver
Finds all IWebElements within the current context using the given mechanism.

Namespace: OpenQA.Selenium.Remote
Assembly: WebDriver (in WebDriver.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