Gets a mechanism to find elements by an XPath query.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- xpathToFind
- Type:
System String
The XPath query to use.
Return Value
A By object the driver can use to find the elements.See Also