Good morning,
I am trying to record actions on a Desktop application but the Record function does not detect the objects; the screen is composed by buttons and text but the record (and also the spy) function does not detect anithing in the screen. Only top bar of the application is detected with close/minimize buttons for the window.
The application, and related objects, is written in QT framework c++ by means of Visual Studio.
I am using Katalon 9.x
On another similar application I also received: org.openqa.selenium.WebDriverException: An unknown error occurred in the remote end while processing the command. (WARNING: The server did not provide any stacktrace information)
Welcome to our community. Have you ever been able to detect it successfully? Can you please help share your code, error log, and steps to reproduce? Thank you
I open Katalon Studio, I access the Record Windows Actions function à Windows recoreder, I edit WinAppDriver URL http://127.0.0.1:4723/ and capabilities ms:waitForAppLaunch value 25.
I put as Application File the path of the .exe and in the Application Title the name of the application window.
I press Start to recordà the application starts, in the View section the application screen is displayed, but only buttons of the application top bar are detected by the recording function; the QML objects composing the application functionalities (written in QT framework) are not detected. I also try to press on Refresh Screen but nothing changes.
I do not receive any errors but not object are detected.