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