at com.ibaseit.testify.worker.TFWorkerThread.run(TFWorkerThread.java:48)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Cannot run program "C:\\Program Files (x86)\\Windows Application Driver\\WinAppDriver.exe": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at com.ibaseit.testify.core.drivers.TFWinAppDriver.launchDriver(TFWinAppDriver.java:71)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)