Uses of Class
com.epam.healenium.model.RequestDto
-
Packages that use RequestDto Package Description com.epam.healenium.mapper -
-
Uses of RequestDto in com.epam.healenium.mapper
Methods in com.epam.healenium.mapper that return RequestDto Modifier and Type Method Description RequestDtoHealeniumMapper. buildDto(org.openqa.selenium.By by, String currentUrl)RequestDtoHealeniumMapper. buildDto(org.openqa.selenium.By by, 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)RequestDtoHealeniumMapper. buildDto(org.openqa.selenium.By by, List<List<com.epam.healenium.treecomparing.Node>> nodePath, String currentUrl)
-