Uses of Class
com.epam.healenium.model.Locator
Packages that use Locator
Package
Description
-
Uses of Locator in com.epam.healenium
Method parameters in com.epam.healenium with type arguments of type Locator -
Uses of Locator in com.epam.healenium.client
Methods in com.epam.healenium.client that return types with arguments of type LocatorModifier and TypeMethodDescriptionRestClient.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 LocatorMethods in com.epam.healenium.mapper that return types with arguments of type LocatorModifier and TypeMethodDescriptionHealeniumMapper.byToLocator(Collection<org.openqa.selenium.By> by) -
Uses of Locator in com.epam.healenium.service.impl
Methods in com.epam.healenium.service.impl with parameters of type LocatorModifier and TypeMethodDescriptionprotected voidAbstractHealingServiceImpl.imitateMainCandidate(Locator userLocator, HealingCandidateDto mainHealingCandidate, List<com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By>> choices)Call to imitate service and replace main candidate from response value.