IFindsByXPath FindElementByXPath Method WebDriver
Finds the first element matching the specified XPath query.

Namespace: OpenQA.Selenium.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

IWebElement FindElementByXPath(
	string xpath
)

Return Value

The first IWebElement matching the criteria.
See Also