Finds all elements matching the criteria.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public virtual ReadOnlyCollection<IWebElement> FindElements( ISearchContext context )
Parameters
- context
- Type: OpenQA.Selenium ISearchContext
An ISearchContext object to use to search for the elements.
Return Value
A
See Also