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