Driver info: driver.version: unknown

@tsbabu77
Does your app have splash screen. If yes, you can download WinAppDriver v1.2: https://github.com/microsoft/WinAppDriver/releases/tag/v1.2-RC and add this desired capabilities:

"ms:waitForAppLaunch": "25"

If no, you should add the application title in the Application Title field and start again.

An alternative way is using Native Windows Recorder. It will let you record actions much easier.