- All Implemented Interfaces:
Finder<org.openqa.selenium.WebElement>
public class WebElementFinder
extends Object
implements Finder<org.openqa.selenium.WebElement>
-
Constructor Summary
Constructors
-
Method Summary
org.openqa.selenium.WebElement
List<org.openqa.selenium.WebElement>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
find
public org.openqa.selenium.WebElement find()
- Specified by:
find in interface Finder<org.openqa.selenium.WebElement>
-
findAll
public List<org.openqa.selenium.WebElement> findAll()
- Specified by:
findAll in interface Finder<org.openqa.selenium.WebElement>