| Package | Description |
|---|---|
| com.applitools.eyes.universal | |
| com.applitools.eyes.universal.dto | |
| com.applitools.eyes.universal.dto.request |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageTargetDto
the image target.
|
| Modifier and Type | Method and Description |
|---|---|
ITargetDto |
OpenEyes.getTarget() |
ITargetDto |
LocateTextDto.getTarget() |
ITargetDto |
LocateDto.getTarget() |
ITargetDto |
ExtractTextDto.getTarget() |
ITargetDto |
CheckEyes.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenEyes.setTarget(ITargetDto target) |
void |
LocateTextDto.setTarget(ITargetDto target) |
void |
LocateDto.setTarget(ITargetDto target) |
void |
ExtractTextDto.setTarget(ITargetDto target) |
void |
CheckEyes.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 |
CommandCheckAndCloseRequestDto.getTarget() |
ITargetDto |
CommandGetViewportSizeRequestDto.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandCheckAndCloseRequestDto.setTarget(ITargetDto target) |
void |
CommandGetViewportSizeRequestDto.setTarget(ITargetDto target) |
| Constructor and Description |
|---|
CommandCheckAndCloseRequestDto(Reference eyes,
ITargetDto target,
CheckSettingsDto checkSettings,
CloseSettingsDto closeSettings,
ConfigurationDto config) |
CommandGetViewportSizeRequestDto(ITargetDto target) |
Copyright © 2023. All rights reserved.