Interface LocatorHandler

  • All Known Implementing Classes:
    AdditionalHandler

    public interface LocatorHandler
    Locator handler.
    • Method Detail

      • 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.