| Package | Description |
|---|---|
| com.applitools.eyes | |
| com.applitools.eyes.universal | |
| com.applitools.eyes.universal.dto | |
| com.applitools.eyes.universal.dto.request |
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
EyesRunner.managerRef
this reference has to be used in order to perform manager related actions (EyesManager.openEyes, EyesManager.closeAllEyes)
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
EyesRunner.getManagerRef()
manager reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
EyesRunner.setManagerRef(Reference managerRef) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,HashSet<Reference>> |
Refer.relations |
| Modifier and Type | Method and Description |
|---|---|
default Reference |
ISpecDriver.childContext(Reference context,
Reference element) |
Reference |
CommandExecutor.coreMakeManager(String type,
Integer concurrency,
Integer legacyConcurrency,
String agentId) |
default Reference |
ISpecDriver.findElement(Reference driver,
Reference selector,
Reference parent) |
default Reference |
ISpecDriver.mainContext(Reference context) |
Reference |
CommandExecutor.managerOpenEyes(Reference ref,
ITargetDto target,
OpenSettingsDto settings,
ConfigurationDto config) |
default Reference |
ISpecDriver.parentContext(Reference context) |
| Modifier and Type | Method and Description |
|---|---|
default List<Reference> |
ISpecDriver.findElements(Reference context,
Reference selector,
Reference parent) |
| Modifier and Type | Method and Description |
|---|---|
List<CommandCloseResponseDto> |
CommandExecutor.abort(Reference eyesRef,
boolean waitResult) |
default Reference |
ISpecDriver.childContext(Reference context,
Reference element) |
List<CommandCloseResponseDto> |
CommandExecutor.close(Reference eyesRef,
CloseSettingsDto closeSettings,
ConfigurationDto config,
boolean waitResult) |
List<CommandCloseResponseDto> |
CommandExecutor.closeAllEyes(Reference managerRef) |
TestResultsSummaryDto |
CommandExecutor.closeManager(Reference managerRef,
Boolean throwError) |
protected abstract void |
Refer.destroy(Reference root) |
default Object |
ISpecDriver.executeScript(Reference context,
String script,
Object arg) |
List<String> |
CommandExecutor.extractText(Reference eyesRef,
ITargetDto target,
List<OCRExtractSettingsDto> extractSettingsDtoList,
ConfigurationDto config) |
void |
CommandExecutor.eyesCheck(Reference eyesRef,
ITargetDto target,
CheckSettingsDto settings,
ConfigurationDto config) |
List<CommandCloseResponseDto> |
CommandExecutor.eyesCheckAndClose(Reference eyesRef,
ITargetDto target,
CheckSettingsDto checkSettings,
CloseSettingsDto closeSettings,
ConfigurationDto config) |
default Reference |
ISpecDriver.findElement(Reference driver,
Reference selector,
Reference parent) |
default List<Reference> |
ISpecDriver.findElements(Reference context,
Reference selector,
Reference parent) |
default Map<String,Object> |
ISpecDriver.getCapabilities(Reference driver) |
default List<ICookie> |
ISpecDriver.getCookies(Reference driver,
Reference context) |
default Object |
ISpecDriver.getDriverInfo(Reference driver) |
default String |
ISpecDriver.getTitle(Reference driver) |
default String |
ISpecDriver.getUrl(Reference driver) |
default RectangleSizeDto |
ISpecDriver.getViewportSize(Reference driver) |
default RectangleSizeDto |
ISpecDriver.getWindowSize(Reference driver) |
default void |
ISpecDriver.hover(Reference context,
Reference element) |
default Boolean |
ISpecDriver.isContext(Reference context) |
default Boolean |
ISpecDriver.isElement(Reference element) |
default Boolean |
ISpecDriver.isSelector(Reference selector) |
Map<String,List<TextRegion>> |
CommandExecutor.locateText(Reference eyesRef,
ITargetDto target,
OCRSearchSettingsDto searchSettingsDto,
ConfigurationDto config) |
default Reference |
ISpecDriver.mainContext(Reference context) |
Reference |
CommandExecutor.managerOpenEyes(Reference ref,
ITargetDto target,
OpenSettingsDto settings,
ConfigurationDto config) |
default Reference |
ISpecDriver.parentContext(Reference context) |
default void |
ISpecDriver.scrollIntoView(Reference context,
Reference element,
Boolean align) |
default void |
ISpecDriver.setViewportSize(Reference driver,
RectangleSizeDto windowSize) |
default void |
ISpecDriver.setWindowSize(Reference driver,
RectangleSizeDto windowSize) |
default Object |
ISpecDriver.takeScreenshot(Reference driver) |
default void |
ISpecDriver.visit(Reference driver,
String url) |
default void |
ISpecDriver.waitUntilDisplayed(Reference context,
Reference selector) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
LocateTextDto.getEyes() |
Reference |
DebugEyesDto.getEyes() |
Reference |
ExtractTextDto.getEyes() |
Reference |
CheckEyes.getEyes() |
Reference |
OpenEyes.getManager() |
Reference |
DebugEyesDto.getManager() |
Reference |
DebugManagersDto.getManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocateTextDto.setEyes(Reference eyes) |
void |
ExtractTextDto.setEyes(Reference eyes) |
void |
CheckEyes.setEyes(Reference eyes) |
void |
OpenEyes.setManager(Reference manager) |
void |
DebugManagersDto.setManager(Reference manager) |
| Constructor and Description |
|---|
CheckEyes(Reference eyes,
ITargetDto target,
CheckSettingsDto settings,
ConfigurationDto config,
String type) |
ExtractTextDto(Reference eyes,
ITargetDto target,
List<OCRExtractSettingsDto> regions,
ConfigurationDto config) |
LocateTextDto(Reference eyes,
ITargetDto target,
OCRSearchSettingsDto settings,
ConfigurationDto config) |
OpenEyes(Reference manager,
ITargetDto target,
OpenSettingsDto settings,
ConfigurationDto config) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
CommandAbortRequestDto.getEyes() |
Reference |
CommandCheckAndCloseRequestDto.getEyes() |
Reference |
CommandCloseRequestDto.getEyes() |
Reference |
CommandCloseAllEyesRequestDto.getManager() |
Reference |
CommandCloseManagerRequestDto.getManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandAbortRequestDto.setEyes(Reference eyes) |
void |
CommandCheckAndCloseRequestDto.setEyes(Reference eyes) |
void |
CommandCloseRequestDto.setEyes(Reference eyes) |
void |
CommandCloseAllEyesRequestDto.setManager(Reference manager) |
void |
CommandCloseManagerRequestDto.setManager(Reference manager) |
| Constructor and Description |
|---|
CommandAbortRequestDto(Reference eyes) |
CommandCheckAndCloseRequestDto(Reference eyes,
ITargetDto target,
CheckSettingsDto checkSettings,
CloseSettingsDto closeSettings,
ConfigurationDto config) |
CommandCloseAllEyesRequestDto(Reference manager) |
CommandCloseManagerRequestDto(Reference manager,
Boolean throwErr) |
CommandCloseRequestDto(Reference eyes,
CloseSettingsDto settings,
ConfigurationDto config) |
Copyright © 2023. All rights reserved.