I am trying to automate a workflow in a desktop application (HIX by Chipsoft).
I can open the application file and perform a login.
Once the application is open, UiPath doesn’t allow me to select any objects within the application.
See attached, the entire screen is seen as one app:
May be it can be a silverlight application as well which is a windows frame aswell…
Can try with that extension…
Also not sure if this would be of any help but can try using microsoft remote desktop and apps as well…mostly might not be useful…just a kind of extra verification
I’m getting the error that I need to install Silverlight Developer Runtime 5.1.05918 but Silverlight is out of support according to Microsoft, can’t find the installation packet.
Check if the HIX application is compatible with UiPath: Some desktop applications are not designed to work with automation tools like UiPath. You may want to check with Chipsoft to confirm if the HIX application is compatible with UiPath.
Use image-based automation: If all else fails, you can use image-based automation to interact with the HIX application. Image-based automation involves using images to identify the objects within the application. This method is less reliable than using selectors, but it can be useful if the application is not compatible with UiPath.
Examples of desktop applications that may be challenging to automate include:
Legacy or custom-built applications that use non-standard UI controls or user interface frameworks.
Applications that heavily rely on graphical elements, such as images or videos, to convey information or perform actions.