Uses of Class
com.epam.healenium.model.RequestDto
Packages that use RequestDto
-
Uses of RequestDto in com.epam.healenium.client
Methods in com.epam.healenium.client with parameters of type RequestDtoModifier and TypeMethodDescriptionvoidRestClient.healRequest(RequestDto requestDto, byte[] screenshot, String healingTime, MetricsDto metricsDto)Collect results from previous healing -
Uses of RequestDto in com.epam.healenium.mapper
Methods in com.epam.healenium.mapper that return RequestDtoModifier and TypeMethodDescriptionHealeniumMapper.buildDto(org.openqa.selenium.By by)HealeniumMapper.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)HealeniumMapper.buildDto(org.openqa.selenium.By by, List<List<com.epam.healenium.treecomparing.Node>> nodePath)