Uses of Class
com.epam.healenium.PageAwareBy
-
Packages that use PageAwareBy Package Description com.epam.healenium com.epam.healenium.handlers.proxy -
-
Uses of PageAwareBy in com.epam.healenium
Methods in com.epam.healenium that return PageAwareBy Modifier and Type Method Description static PageAwareByPageAwareBy. by(String pageName, org.openqa.selenium.By by)Instantiates a page-aware locator.Methods in com.epam.healenium with parameters of type PageAwareBy Modifier and Type Method Description voidSelfHealingEngine. 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 PageAwareBy Modifier and Type Method Description protected PageAwareByBaseHandler. awareBy(org.openqa.selenium.By by)
-