DesktopOptions |
DesktopOptions.setApplicationPath(String applicationPath) |
Sets the absolute path to an .exe file to be started.
|
DesktopOptions |
DesktopOptions.setArguments(String arguments) |
Sets startup arguments of the application under test.
|
DesktopOptions |
DesktopOptions.setConnectToRunningApp(Boolean connectToRunningApp) |
If false (default) - always starts a new application process (with closing the current one, if any).
|
DesktopOptions |
DesktopOptions.setInjectionActivate(Boolean injectionActivate) |
Using injection technology to access application data.
|
DesktopOptions |
DesktopOptions.setInjectionDllType(String injectionDllType) |
Set type of DLL for inject.
|
DesktopOptions |
DesktopOptions.setLaunchDelay(Integer launchDelay) |
Sets the launch delay in milliseconds, to be waited to let visuals to initialize after application started.
|
DesktopOptions |
DesktopOptions.setProcessFindTimeOut(Integer processFindTimeOut) |
Sets the search time for the application process specified in the processName parameter.
|
DesktopOptions |
DesktopOptions.setProcessName(String processName) |
Setting the name of the application process.
|
DesktopOptions |
DesktopOptions.setResponseTimeout(Integer responseTimeout) |
Setting the response timeout.
|