Class ElementListInterceptor
java.lang.Object
io.appium.java_client.pagefactory.interceptors.InterceptorOfAListOfElements
io.appium.java_client.pagefactory.ElementListInterceptor
- All Implemented Interfaces:
MethodCallListener
Intercepts requests to the list of
WebElement.-
Field Summary
Fields inherited from class io.appium.java_client.pagefactory.interceptors.InterceptorOfAListOfElements
locatorFields inherited from interface io.appium.java_client.proxy.MethodCallListener
UNSET -
Constructor Summary
ConstructorsConstructorDescriptionElementListInterceptor(org.openqa.selenium.support.pagefactory.ElementLocator locator) -
Method Summary
Methods inherited from class io.appium.java_client.pagefactory.interceptors.InterceptorOfAListOfElements
callMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.appium.java_client.proxy.MethodCallListener
afterCall, beforeCall, onError
-
Constructor Details
-
ElementListInterceptor
public ElementListInterceptor(org.openqa.selenium.support.pagefactory.ElementLocator locator)
-
-
Method Details