Interface OptionLocatorHandler


public interface OptionLocatorHandler
Option locator handler.
  • Method Summary

    Modifier and Type Method Description
    List<org.openqa.selenium.WebElement> handle​(org.openqa.selenium.WebElement element, String arg)
    Handle option locator.
    String optionLocatorType()
    Option locator type.
  • Method Details

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