Gets a mechanism to find elements by their ID.
Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax
Parameters
- idToFind
- Type: SystemString
The ID to find.
Return Value
Type: ByA By object the driver can use to find the elements.
See Also