Interface WebElementProvider

  • All Known Implementing Classes:
    WebElementQuery

    public interface WebElementProvider
    Supplies one or more web elements. Implementors are free to decide if they prefer to return static elements or to requery them.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Method Detail

      • getWebElementList

        java.util.List<org.openqa.selenium.WebElement> getWebElementList()
        Returns a web element list
        Returns:
        a web element list
      • getWebElement

        org.openqa.selenium.WebElement getWebElement()
        Returns a web element
        Returns:
        a web element