Package com.epam.healenium.mapper
Class HealeniumMapper
java.lang.Object
com.epam.healenium.mapper.HealeniumMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildDto(org.openqa.selenium.By by, String command, String page, List<com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By>> healingResults, com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By> selected, byte[] screenshot, String currentUrl) buildMultRequest(Context context, HealingResult healingResult, List<com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By>> choices, String metrics) buildResultDto(com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By> scored) buildResultDto(Collection<com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By>> scored) byToLocator(Collection<org.openqa.selenium.By> by) byToLocator(org.openqa.selenium.By by) String[]getLocatorParts(org.openqa.selenium.By by)
-
Constructor Details
-
HealeniumMapper
-
-
Method Details
-
buildDto
-
buildDto
public RequestDto buildDto(org.openqa.selenium.By by, String command, String page, List<com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By>> healingResults, com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By> selected, byte[] screenshot, String currentUrl) -
buildResultDto
public HealingResultDto buildResultDto(com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By> scored) -
buildResultDto
public List<HealingResultDto> buildResultDto(Collection<com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By>> scored) -
byToLocator
-
byToLocator
-
buildMultRequest
public RequestDto buildMultRequest(Context context, HealingResult healingResult, List<com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By>> choices, String metrics) -
getLocatorParts
-