Troubleshooting
Find solutions to any probable problems on Chrome for QATTS automation testing tool

Last updated
Was this helpful?
Find solutions to any probable problems on Chrome for QATTS automation testing tool

Last updated
Was this helpful?
Was this helpful?
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)
... 17 more
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)