Automate desktop Loan Management system

Hi,

How reliable is openRPA when it comes to desktop apps? I’m asking about legacy desktop apps, not SAP. Is it possible to use it to perform UI Automation? The UI of this app is very old…

Best regards,
Razvan

There are old and new interfaces for Windows automation.

The old one works very well with apps created in the Windows 95-98 era, but it does not work with newer things like WPF. The new one struggles with a few specific element types in really old apps, but works for everything else. OpenRPA only supports the new system, but allows using AutoHotkey scripts that use the old one.

That said, 99% of the time, issues do not come from using the new versus the old interface, but from the apps them self, making it hard to create reliable selectors.

Give it a try and see if it works for you.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.