Find all IWebElements within the current context
using the given mechanism.
Namespace: OpenQA.Selenium.Support.EventsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public ReadOnlyCollection<IWebElement> FindElements( By by )
Parameters
- by
- Type: OpenQA.Selenium By
The locating mechanism to use.
Return Value
A
Implements
ISearchContext FindElements(By)See Also