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