Uses of Interface
io.fluentlenium.core.proxy.ProxyElementListener
Packages that use ProxyElementListener
-
Uses of ProxyElementListener in io.fluentlenium.core.components
Classes in io.fluentlenium.core.components that implement ProxyElementListenerModifier and TypeClassDescriptionclassManage living components for a WebDriver instance. -
Uses of ProxyElementListener in io.fluentlenium.core.proxy
Methods in io.fluentlenium.core.proxy with parameters of type ProxyElementListenerModifier and TypeMethodDescriptionbooleanAbstractLocatorHandler.addListener(ProxyElementListener listener) booleanLocatorHandler.addListener(ProxyElementListener listener) Add a listener for this locator handler.static booleanLocatorProxies.addProxyListener(Object proxy, ProxyElementListener listener) Add a proxy listener for this proxy.booleanAbstractLocatorHandler.removeListener(ProxyElementListener listener) booleanLocatorHandler.removeListener(ProxyElementListener listener) Removes a proxy element listener.static booleanLocatorProxies.removeProxyListener(Object proxy, ProxyElementListener listener) Removes a proxy element listener.