Uses of Class
com.epam.healenium.model.Context
-
Packages that use Context Package Description com.epam.healenium.client com.epam.healenium.handlers.proxy com.epam.healenium.mapper com.epam.healenium.processor com.epam.healenium.service -
-
Uses of Context in com.epam.healenium.client
Methods in com.epam.healenium.client with parameters of type Context Modifier and Type Method Description voidRestClient. healRequest(Context context)Collect results from previous healing -
Uses of Context in com.epam.healenium.handlers.proxy
Methods in com.epam.healenium.handlers.proxy with parameters of type Context Modifier and Type Method Description protected voidBaseHandler. setBaseProcessorFields(BaseProcessor baseProcessor, Context context)protected voidWebElementProxyHandler. setBaseProcessorFields(BaseProcessor baseProcessor, Context context) -
Uses of Context in com.epam.healenium.mapper
Methods in com.epam.healenium.mapper with parameters of type Context Modifier and Type Method Description HealingResultRequestDtoHealeniumMapper. buildMultRequest(Context context, HealingResult healingResult, List<com.epam.healenium.treecomparing.Scored<org.openqa.selenium.By>> choices, String metrics) -
Uses of Context in com.epam.healenium.processor
Fields in com.epam.healenium.processor declared as Context Modifier and Type Field Description protected ContextBaseProcessor. context -
Uses of Context in com.epam.healenium.service
Methods in com.epam.healenium.service with parameters of type Context Modifier and Type Method Description voidHealingService. findNewLocations(List<com.epam.healenium.treecomparing.Node> paths, com.epam.healenium.treecomparing.Node destination, Context context)
-