Class SelfHealingProxyInvocationHandler
- java.lang.Object
-
- com.epam.healenium.handlers.proxy.BaseHandler
-
- com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
public class SelfHealingProxyInvocationHandler extends BaseHandler implements InvocationHandler
-
-
Field Summary
-
Fields inherited from class com.epam.healenium.handlers.proxy.BaseHandler
driver, engine, processorConfig
-
-
Constructor Summary
Constructors Constructor Description SelfHealingProxyInvocationHandler(SelfHealingEngine engine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(Object proxy, Method method, Object[] args)-
Methods inherited from class com.epam.healenium.handlers.proxy.BaseHandler
awareBy, findElement, findElements, setBaseProcessorFields, wrapElement, wrapTarget
-
-
-
-
Constructor Detail
-
SelfHealingProxyInvocationHandler
public SelfHealingProxyInvocationHandler(SelfHealingEngine engine)
-
-