Package jp.vmi.selenium.selenese.locator
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.StringoptionLocatorType()Option locator type.
-
Method Details
-
optionLocatorType
String optionLocatorType()Option locator type.- Returns:
- option locator type.
-
handle
Handle option locator.- Parameters:
element- WebElement object.arg- option locator argument.- Returns:
- filterd element.
-