Class WidgetListInterceptor
java.lang.Object
io.appium.java_client.pagefactory.interceptors.InterceptorOfAListOfElements
io.appium.java_client.pagefactory.WidgetListInterceptor
- All Implemented Interfaces:
MethodCallListener
-
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
ConstructorsConstructorDescriptionWidgetListInterceptor(@Nullable CacheableLocator locator, WeakReference<org.openqa.selenium.WebDriver> driver, Map<ContentType, Constructor<? extends Widget>> instantiationMap, Class<? extends Widget> declaredType, Duration duration) Proxy interceptor class for lists of widgets. -
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
-
WidgetListInterceptor
public WidgetListInterceptor(@Nullable CacheableLocator locator, WeakReference<org.openqa.selenium.WebDriver> driver, Map<ContentType, Constructor<? extends Widget>> instantiationMap, Class<? extends Widget> declaredType, Duration duration) Proxy interceptor class for lists of widgets.
-
-
Method Details