IFindsByClassName InterfaceWebDriver
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

public interface IFindsByClassName

The IFindsByClassName type exposes the following members.

Methods

  NameDescription
Public methodFindElementByClassName
Finds the first element matching the specified CSS class.
Public methodFindElementsByClassName
Finds all elements matching the specified CSS class.
Top
See Also

Reference