Interface ElementLocator

All Known Implementing Classes:
AjaxElementLocator, DefaultElementLocator

public interface ElementLocator
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openqa.selenium.WebElement
     
    List<org.openqa.selenium.WebElement>
     
  • Method Details

    • findElement

      org.openqa.selenium.WebElement findElement()
    • findElements

      List<org.openqa.selenium.WebElement> findElements()