public class CommandExecutor extends Object
public static CommandExecutor getInstance(String name, String version)
public Reference coreMakeManager(String type, Integer concurrency, Boolean isLegacy)
public Reference managerOpenEyes(Reference ref, DriverDto driverDto, ConfigurationDto config)
public void eyesCheck(Reference eyesRef, CheckSettingsDto settings, ConfigurationDto config)
public Map<String,List<Region>> locate(Reference eyesRef, VisualLocatorSettingsDto locatorSettingsDto, ConfigurationDto config)
public Map<String,List<TextRegion>> extractTextRegions(Reference eyesRef, OCRSearchSettingsDto searchSettingsDto, ConfigurationDto config)
public List<String> extractText(Reference eyesRef, List<OCRExtractSettingsDto> extractSettingsDtoList, ConfigurationDto config)
public List<CommandCloseResponseDto> close(Reference eyesRef, boolean waitResult)
public List<CommandCloseResponseDto> abort(Reference eyesRef, boolean waitResult)
public static RectangleSizeDto getViewportSize(DriverDto driver)
public List<CommandCloseResponseDto> closeAllEyes(Reference managerRef)
public TestResultsSummaryDto closeManager(Reference managerRef, Boolean throwError)
public static SyncTaskListener checkedCommand(Command command, boolean waitResult)
Copyright © 2022. All rights reserved.