Interface LocatorHandler

All Known Implementing Classes:
AdditionalHandler

public interface LocatorHandler
Locator handler.
  • Method Summary

    Modifier and Type Method Description
    List<org.openqa.selenium.WebElement> handle​(org.openqa.selenium.WebDriver driver, String arg)
    Handle locator.
    String locatorType()
    Locator type.
  • Method Details

    • locatorType

      String locatorType()
      Locator type.
      Returns:
      locator type.
    • handle

      List<org.openqa.selenium.WebElement> handle​(org.openqa.selenium.WebDriver driver, String arg)
      Handle locator.
      Parameters:
      driver - WebDriver instance.
      arg - locator argument.
      Returns:
      found element.