Package jp.vmi.selenium.selenese.locator
Interface LocatorHandler
-
- All Known Implementing Classes:
AdditionalHandler
public interface LocatorHandlerLocator handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.openqa.selenium.WebElement>handle(org.openqa.selenium.WebDriver driver, String arg)Handle locator.StringlocatorType()Locator type.
-