IFindsByXPath FindElementsByXPath Method WebDriver
Finds all elements matching the specified XPath query.

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

ReadOnlyCollection<IWebElement> FindElementsByXPath(
	string xpath
)

Return Value

A OnlineReadOnlyCollection T  containing all IWebElements matching the criteria.
See Also