Uses of Class
com.epam.healenium.model.Locator
-
Packages that use Locator Package Description com.epam.healenium com.epam.healenium.client com.epam.healenium.mapper -
-
Uses of Locator in com.epam.healenium
Method parameters in com.epam.healenium with type arguments of type Locator Modifier and Type Method Description Optional<com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By>>SelfHealingEngine. toLocator(List<Locator> imitatedLocators, Double score) -
Uses of Locator in com.epam.healenium.client
Methods in com.epam.healenium.client that return types with arguments of type Locator Modifier and Type Method Description List<Locator>RestClient. imitate(HealeniumSelectorImitatorDto healeniumSelectorImitatorDto)Get imitated locators by target node and user selector from selector-imitator service -
Uses of Locator in com.epam.healenium.mapper
Methods in com.epam.healenium.mapper that return Locator Modifier and Type Method Description LocatorHealeniumMapper. byToLocator(org.openqa.selenium.By by)Methods in com.epam.healenium.mapper that return types with arguments of type Locator Modifier and Type Method Description List<Locator>HealeniumMapper. byToLocator(Collection<org.openqa.selenium.By> by)
-