public class AdditionalHandler extends Object implements LocatorHandler
| Constructor and Description |
|---|
AdditionalHandler(String locatorType,
String script)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.openqa.selenium.WebElement> |
handle(org.openqa.selenium.WebDriver driver,
String arg)
Handle locator.
|
String |
locatorType()
Locator type.
|
public String locatorType()
LocatorHandlerlocatorType in interface LocatorHandlerpublic List<org.openqa.selenium.WebElement> handle(org.openqa.selenium.WebDriver driver, String arg)
LocatorHandlerhandle in interface LocatorHandlerdriver - WebDriver instance.arg - locator argument.Copyright © 2017. All rights reserved.