Continuing the discussion from Katalon testing with Winium, unable to focus on window:
Hi,
While using WiniumDriver to automate th desktop application, the application is not popping up but hiding in the taskbar. everytime it requires a manual intervention to open the app up .
Could someone help/suggest how this can be resolved.Below is the code used.
DesktopOptions options = new DesktopOptions();
options.setApplicationPath("appPath")
options.setDebugConnectToRunningApp(false)
options.setLaunchDelay(2)
wDriver= new WiniumDriver(new URL('http://localhost:9999'), options)