Uses of Class
com.applitools.eyes.universal.dto.SpecDto
-
Packages that use SpecDto Package Description com.applitools.eyes.universal com.applitools.eyes.universal.dto -
-
Uses of SpecDto in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal with parameters of type SpecDto Modifier and Type Method Description static CommandExecutorCommandExecutor. getInstance(String agentId, SpecDto spec, AbstractSDKListener listener, StaleElementReferenceException e)voidCommandExecutor. makeCore(String agentId, String cwd, SpecDto spec) -
Uses of SpecDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return SpecDto Modifier and Type Method Description SpecDtoMakeCore. getSpec()Methods in com.applitools.eyes.universal.dto with parameters of type SpecDto Modifier and Type Method Description voidMakeCore. setSpec(SpecDto spec)Constructors in com.applitools.eyes.universal.dto with parameters of type SpecDto Constructor Description MakeCore(String agentId, String cwd, SpecDto spec)
-