Uses of Class
com.epam.healenium.PageAwareBy
Packages that use PageAwareBy
Package
Description
-
Uses of PageAwareBy in com.epam.healenium
Methods in com.epam.healenium that return PageAwareByMethods in com.epam.healenium with parameters of type PageAwareByModifier and TypeMethodDescriptionvoidSelfHealingEngine.saveElements(PageAwareBy by, List<org.openqa.selenium.WebElement> webElements)Stores the valid locator state: the element it found and the page.voidSelfHealingEngine.saveNodes(PageAwareBy key, List<List<com.epam.healenium.treecomparing.Node>> elementsToSave) -
Uses of PageAwareBy in com.epam.healenium.handlers.proxy
Methods in com.epam.healenium.handlers.proxy that return PageAwareByModifier and TypeMethodDescriptionprotected PageAwareByBaseHandler.awareBy(org.openqa.selenium.By by)Methods in com.epam.healenium.handlers.proxy with parameters of type PageAwareByModifier and TypeMethodDescriptionprotected org.openqa.selenium.WebElementBaseHandler.lookUp(PageAwareBy key)Search target element on a pageprotected org.openqa.selenium.WebElementWebElementProxyHandler.lookUp(PageAwareBy key)protected List<org.openqa.selenium.WebElement>BaseHandler.lookUpElements(PageAwareBy key)Search target elements on a page -
Uses of PageAwareBy in com.epam.healenium.service
Methods in com.epam.healenium.service with parameters of type PageAwareByModifier and TypeMethodDescriptionList<org.openqa.selenium.WebElement>HealingElementsService.heal(PageAwareBy pageBy, List<org.openqa.selenium.WebElement> pageElements)Optional<org.openqa.selenium.WebElement>HealingService.heal(PageAwareBy pageBy, org.openqa.selenium.NoSuchElementException e) -
Uses of PageAwareBy in com.epam.healenium.service.impl
Methods in com.epam.healenium.service.impl with parameters of type PageAwareByModifier and TypeMethodDescriptionprotected Optional<LastHealingDataDto>AbstractHealingServiceImpl.getLastHealingDataDto(PageAwareBy pageBy)List<org.openqa.selenium.WebElement>HealingElementsServiceImpl.heal(PageAwareBy pageBy, List<org.openqa.selenium.WebElement> pageElements)Optional<org.openqa.selenium.WebElement>HealingServiceImpl.heal(PageAwareBy pageBy, org.openqa.selenium.NoSuchElementException ex)protected Optional<org.openqa.selenium.By>AbstractHealingServiceImpl.healLocator(PageAwareBy pageBy, List<com.epam.healenium.treecomparing.Node> paths, Optional<LastHealingDataDto> lastHealingDataDto)Heal Locator method