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