Interface OptionLocatorHandler


  • public interface OptionLocatorHandler
    Option locator handler.
    • Method Detail

      • optionLocatorType

        String optionLocatorType()
        Option locator type.
        Returns:
        option locator type.
      • handle

        List<org.openqa.selenium.WebElement> handle​(org.openqa.selenium.WebElement element,
                                                    String arg)
        Handle option locator.
        Parameters:
        element - WebElement object.
        arg - option locator argument.
        Returns:
        filterd element.