Package com.epam.healenium.service.impl
Class HealingServiceImpl
java.lang.Object
com.epam.healenium.service.impl.AbstractHealingServiceImpl
com.epam.healenium.service.impl.HealingServiceImpl
- All Implemented Interfaces:
HealingService
-
Field Summary
Fields inherited from class com.epam.healenium.service.impl.AbstractHealingServiceImpl
driver, engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.openqa.selenium.WebElement>heal(PageAwareBy pageBy, org.openqa.selenium.NoSuchElementException ex)Methods inherited from class com.epam.healenium.service.impl.AbstractHealingServiceImpl
captureScreen, getLastHealingDataDto, healLocator, imitateMainCandidate, pageSource
-
Constructor Details
-
HealingServiceImpl
-
-
Method Details
-
heal
public Optional<org.openqa.selenium.WebElement> heal(PageAwareBy pageBy, org.openqa.selenium.NoSuchElementException ex)- Specified by:
healin interfaceHealingService
-