Uses of Interface
org.fluentlenium.core.proxy.LocatorHandler
-
Packages that use LocatorHandler Package Description org.fluentlenium.core.proxy -
-
Uses of LocatorHandler in org.fluentlenium.core.proxy
Classes in org.fluentlenium.core.proxy that implement LocatorHandler Modifier and Type Class Description classAbstractLocatorHandler<T>Abstract proxy handler supporting lazy loading and hooks onWebElement.classComponentHandlerProxy handler forWebElement.classListHandlerProxy handler for list ofWebElement.Methods in org.fluentlenium.core.proxy that return LocatorHandler Modifier and Type Method Description static LocatorHandlerLocatorProxies. getLocatorHandler(java.lang.Object proxy)Get the proxy locator handler.
-