Uses of Class
com.epam.healenium.SelfHealingEngine
-
Packages that use SelfHealingEngine Package Description com.epam.healenium com.epam.healenium.handlers.proxy com.epam.healenium.processor -
-
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)static voidSelfHealingDriver. setEngineFields(org.openqa.selenium.WebDriver delegate, SelfHealingEngine selfHealingEngine) -
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.processor
Fields in com.epam.healenium.processor declared as SelfHealingEngine Modifier and Type Field Description protected SelfHealingEngineBaseProcessor. engine
-