ByChained FindElements Method WebDriver
Finds many elements

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

public override ReadOnlyCollection<IWebElement> FindElements(
	ISearchContext context
)

Return Value

A readonly collection of elements that match.
See Also