Defines the interface through which the user finds elements by their CSS class.
Namespace: OpenQA.Selenium.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax
The IFindsByClassName type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | FindElementByClassName |
Finds the first element matching the specified CSS class.
|
![]() | FindElementsByClassName |
Finds all elements matching the specified CSS class.
|
See Also