| Package | Description |
|---|---|
| com.applitools.eyes.universal | |
| com.applitools.eyes.universal.dto | |
| com.applitools.eyes.universal.dto.request |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
CommandExecutor.extractText(ITargetDto target,
List<OCRExtractSettingsDto> extractSettingsDtoList,
ConfigurationDto config) |
void |
CommandExecutor.eyesCheck(Reference eyesRef,
ITargetDto target,
CheckSettingsDto settings,
ConfigurationDto config) |
static RectangleSizeDto |
CommandExecutor.getViewportSize(ITargetDto driver) |
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 | Class and Description |
|---|---|
class |
ImageTargetDto
the image target.
|
| Modifier and Type | Method and Description |
|---|---|
ITargetDto |
CheckEyes.getTarget() |
ITargetDto |
LocateTextDto.getTarget() |
ITargetDto |
ExtractTextDto.getTarget() |
ITargetDto |
LocateDto.getTarget() |
ITargetDto |
OpenEyes.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckEyes.setTarget(ITargetDto target) |
void |
LocateTextDto.setTarget(ITargetDto target) |
void |
ExtractTextDto.setTarget(ITargetDto target) |
void |
LocateDto.setTarget(ITargetDto target) |
void |
OpenEyes.setTarget(ITargetDto target) |
| 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 |
|---|---|
ITargetDto |
CommandGetViewportSizeRequestDto.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandGetViewportSizeRequestDto.setTarget(ITargetDto target) |
| Constructor and Description |
|---|
CommandGetViewportSizeRequestDto(ITargetDto target) |
Copyright © 2023. All rights reserved.