| Package | Description |
|---|---|
| com.applitools.eyes.universal | |
| com.applitools.eyes.universal.dto | |
| com.applitools.eyes.universal.dto.request | |
| com.applitools.eyes.universal.mapper |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandExecutor.close(Reference eyesRef,
CloseSettingsDto closeSettings,
ConfigurationDto config) |
List<String> |
CommandExecutor.extractText(ITargetDto target,
List<OCRExtractSettingsDto> extractSettingsDtoList,
ConfigurationDto config) |
void |
CommandExecutor.eyesCheck(Reference eyesRef,
ITargetDto target,
CheckSettingsDto settings,
ConfigurationDto config) |
Map<String,List<RegionDto>> |
CommandExecutor.locate(ITargetDto target,
VisualLocatorSettingsDto locatorSettingsDto,
ConfigurationDto config) |
Map<String,List<TextRegion>> |
CommandExecutor.locateText(ITargetDto target,
OCRSearchSettingsDto searchSettingsDto,
ConfigurationDto config) |
Reference |
CommandExecutor.managerOpenEyes(Reference ref,
ITargetDto target,
OpenSettingsDto settings,
ConfigurationDto config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDto |
CheckEyes.getConfig() |
ConfigurationDto |
LocateTextDto.getConfig() |
ConfigurationDto |
ExtractTextDto.getConfig() |
ConfigurationDto |
LocateDto.getConfig() |
ConfigurationDto |
DebugEyesDto.getConfig() |
ConfigurationDto |
OpenEyes.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckEyes.setConfig(ConfigurationDto config) |
void |
LocateTextDto.setConfig(ConfigurationDto config) |
void |
ExtractTextDto.setConfig(ConfigurationDto config) |
void |
LocateDto.setConfig(ConfigurationDto config) |
void |
OpenEyes.setConfig(ConfigurationDto config) |
| Constructor and Description |
|---|
CheckEyes(Reference eyes,
ITargetDto target,
CheckSettingsDto settings,
ConfigurationDto config,
String type) |
ExtractTextDto(ITargetDto target,
List<OCRExtractSettingsDto> regions,
ConfigurationDto config) |
LocateDto(ITargetDto target,
VisualLocatorSettingsDto settings,
ConfigurationDto config) |
LocateTextDto(ITargetDto target,
OCRSearchSettingsDto settings,
ConfigurationDto config) |
OpenEyes(Reference manager,
ITargetDto target,
OpenSettingsDto settings,
ConfigurationDto config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDto |
CommandCloseRequestDto.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandCloseRequestDto.setConfig(ConfigurationDto config) |
| Constructor and Description |
|---|
CommandCloseRequestDto(Reference eyes,
CloseSettingsDto settings,
ConfigurationDto config) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationDto |
ConfigurationMapper.toConfigurationDto(Configuration config,
Boolean dontCloseBatches) |
Copyright © 2023. All rights reserved.