Uses of Class
com.epam.healenium.SelfHealingEngine
| Package | Description |
|---|---|
| com.epam.healenium | |
| com.epam.healenium.handlers.proxy | |
| com.epam.healenium.service.impl |
-
Uses of SelfHealingEngine in com.epam.healenium
Methods in com.epam.healenium that return SelfHealingEngine Modifier and Type Method Description SelfHealingEngineSelfHealingDriver. getCurrentEngine()Methods in com.epam.healenium with parameters of type SelfHealingEngine Modifier and Type Method Description static SelfHealingDriverSelfHealingDriver. create(SelfHealingEngine engine) -
Uses of SelfHealingEngine in com.epam.healenium.handlers.proxy
Fields in com.epam.healenium.handlers.proxy declared as SelfHealingEngine Modifier and Type Field Description protected SelfHealingEngineBaseHandler. engineConstructors in com.epam.healenium.handlers.proxy with parameters of type SelfHealingEngine Constructor Description BaseHandler(SelfHealingEngine engine)SelfHealingProxyInvocationHandler(SelfHealingEngine engine)WebElementProxyHandler(org.openqa.selenium.WebElement delegate, SelfHealingEngine engine) -
Uses of SelfHealingEngine in com.epam.healenium.service.impl
Constructors in com.epam.healenium.service.impl with parameters of type SelfHealingEngine Constructor Description HealingServiceImpl(SelfHealingEngine engine)