Finds all elements matching the specified id.
Namespace: OpenQA.Selenium.InternalAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
ReadOnlyCollection<IWebElement> FindElementsById( string id )
Parameters
- id
- Type:
System String
The id to match.
Return Value
A
See Also