Package com.epam.healenium.service.impl
Class HealingElementsServiceImpl
java.lang.Object
com.epam.healenium.service.impl.AbstractHealingServiceImpl
com.epam.healenium.service.impl.HealingElementsServiceImpl
- All Implemented Interfaces:
HealingElementsService
public class HealingElementsServiceImpl
extends AbstractHealingServiceImpl
implements HealingElementsService
-
Field Summary
Fields inherited from class com.epam.healenium.service.impl.AbstractHealingServiceImpl
driver, engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.openqa.selenium.WebElement>heal(PageAwareBy pageBy, List<org.openqa.selenium.WebElement> pageElements)Methods inherited from class com.epam.healenium.service.impl.AbstractHealingServiceImpl
captureScreen, getLastHealingDataDto, healLocator, imitateMainCandidate, pageSource
-
Constructor Details
-
HealingElementsServiceImpl
-
-
Method Details
-
heal
public List<org.openqa.selenium.WebElement> heal(PageAwareBy pageBy, List<org.openqa.selenium.WebElement> pageElements)- Specified by:
healin interfaceHealingElementsService
-