Windows Action Recorder does not capture my desktop app after it is loaded

I am new to Katalon Studio and try to test windows desktop app but seems like katalon does not capture my desktop app when it is loaded. Searched previous posts but it does not help. Here is the steps to get the exception:

  1. Set developer mode
  2. Start WinAppDriver (ver 1.2.1)
  3. Start Katalon Studio (ver 8.6.0)
  4. Katalon - click to start Windows Action Recorder
  5. My desktop app started to load until fully loaded and waiting for login but the progress information still shows “Starting application”
  6. After 2 minutes, I got the exception:
    java.util.concurrent.ExecutionException: org.openqa.selenium.TimeoutException: Expected condition failed: waiting for com.kms.katalon.core.windows.driver.WindowsDriverFactory$1@372595e6 (tried for 120 second(s) with 5000 milliseconds interval)
    Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
    System info: host: ‘CLVITN-PC18MB6W’, ip: ‘10.50.25.195’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_282’
    Driver info: driver.version: unknown
  • at com.kms.katalon.composer.components.impl.dialogs.ProgressMonitorDialogWithThread.runAndWait(ProgressMonitorDialogWithThread.java:49)*
  • at com.kms.katalon.composer.windows.dialog.WindowsAppComposite$5.run(WindowsAppComposite.java:240)*
  • at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)*
    Caused by: org.openqa.selenium.TimeoutException: Expected condition failed: waiting for com.kms.katalon.core.windows.driver.WindowsDriverFactory$1@372595e6 (tried for 120 second(s) with 5000 milliseconds interval)
    Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
    System info: host: ‘CLVITN-PC18MB6W’, ip: ‘10.50.25.195’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_282’
    Driver info: driver.version: unknown
  • at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:304)*
  • at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)*
  • at com.kms.katalon.core.windows.driver.WindowsDriverFactory.startApplication(WindowsDriverFactory.java:143)*
  • at com.kms.katalon.composer.windows.spy.WindowsInspectorController.startApplication(WindowsInspectorController.java:150)*
  • at com.kms.katalon.composer.windows.dialog.WindowsAppComposite$5$1.call(WindowsAppComposite.java:243)*
  • at com.kms.katalon.composer.components.impl.dialogs.ProgressMonitorDialogWithThread.startThreadAndWait(ProgressMonitorDialogWithThread.java:36)*
  • at com.kms.katalon.composer.components.impl.dialogs.ProgressMonitorDialogWithThread.runAndWait(ProgressMonitorDialogWithThread.java:48)*

Hi there, :wave:

Thank you very much for your topic! It may take a little while before Katalon team member or others forum members respond to you.

In the meantime, you can double-check your post to see if you can add any extra information i.e. error logs, HTML codes, screenshots, etc. Check out this posting guide to help us help you better!

Thanks! :sunglasses:
Katalon Community team

Are you facing the same with latest katalon version?

1 Like

I haven’t tried the latest version yet. I installed the version last year and got the same error . Notice I don’t have any problem with notepad.exe.

I downloaded the current version and seems like working now. Thanks dineshh. But not sure why it shows only a small black bar on the top instead of the whole login form:

1 Like

Glad it worked. Kindly mark it as solution. Show your appreciation through LIKES and SOLUTION MARKS - Everything you need to know!

I thought it was resolved but actually it was not after I downloaded the newest version. Please see my new topic here