Hello!
I am trying record a CRD Desktop Application using Katalon Studio and facing issues.
The CRD Application can be accessed in 2 ways:
- Using a Windows batch file which is located in C drive
- Using an exe file which is also located in C drive
Problems:
- While trying to record the batch file - On recording start the application opens but there is an error message from recorder: “java.util.concurrent.ExecutionException: org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: Failed to locate opened application window with appId”
- While trying to record the exe file - on recording start the application opens and I can some objects in the object window but if I try to refresh window or interact, it gives error: “Could not capture Windows element. Reason: WebDriver Exception. org.openqa.selenium.WebDriverException: An unknown error occurred in the remote end while processing the command.”
In both the cases, WinAppDriver latest version was up and running. Adjusted timeout in Desired Capabilities to wait for at least 3 minutes.
Katalon version being used - 9.6.0
Could you please help with this.