@Deprecated public class ConsoleCommandExecutor
com.kms.katalon.common package provides enhanced functionality
with better shell support, environment variable handling, and proper resource management.| Type Params | Return Type | Name and description |
|---|---|---|
|
public static String |
runConsoleCommandAndCollectFirstResult(String[] command) |
|
public static List<String> |
runConsoleCommandAndCollectResults(String[] command, Map<String, String> addtionalEnvironmentVariables) |
|
public static List<String> |
runConsoleCommandAndCollectResults(String[] command) |