public abstract class InterceptorOfAListOfElements extends Object implements net.sf.cglib.proxy.MethodInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.support.pagefactory.ElementLocator |
locator |
| Constructor and Description |
|---|
InterceptorOfAListOfElements(org.openqa.selenium.support.pagefactory.ElementLocator locator) |
public InterceptorOfAListOfElements(org.openqa.selenium.support.pagefactory.ElementLocator locator)
protected abstract Object getObject(List<org.openqa.selenium.WebElement> elements, Method method, Object[] args) throws InvocationTargetException, IllegalAccessException, InstantiationException, Throwable
Copyright © 2015. All rights reserved.