Finds many elements
Namespace: OpenQA.Selenium.Support.PageObjectsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public override ReadOnlyCollection<IWebElement> FindElements( ISearchContext context )
Parameters
- context
- Type: OpenQA.Selenium ISearchContext
Context used to find the element.
Return Value
A readonly collection of elements that match.See Also