Class ElementInterceptor
java.lang.Object
io.appium.java_client.pagefactory.interceptors.InterceptorOfASingleElement
io.appium.java_client.pagefactory.ElementInterceptor
- All Implemented Interfaces:
MethodCallListener
Intercepts requests to
WebElement.-
Field Summary
Fields inherited from class io.appium.java_client.pagefactory.interceptors.InterceptorOfASingleElement
locatorFields inherited from interface io.appium.java_client.proxy.MethodCallListener
UNSET -
Constructor Summary
ConstructorsConstructorDescriptionElementInterceptor(org.openqa.selenium.support.pagefactory.ElementLocator locator, WeakReference<org.openqa.selenium.WebDriver> driver) -
Method Summary
Methods inherited from class io.appium.java_client.pagefactory.interceptors.InterceptorOfASingleElement
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
-
ElementInterceptor
public ElementInterceptor(org.openqa.selenium.support.pagefactory.ElementLocator locator, WeakReference<org.openqa.selenium.WebDriver> driver)
-
-
Method Details