Hello everyone,
I am running a UiPath project that uses cross-site automation. When I execute it locally on my development machine (Windows), the process works perfectly fine. However, when I deploy and run it on a Linux machine (Docker container), it always fails with the following error:
UiPath.UIAutomationNext.Exceptions.UiNodeDisabledElementException: The target element is disabled. Operation canceled.
Here are some key details about the setup:
- The process runs inside a Docker container on a Linux environment.
- The project relies on UI Automation activities.
Steps I’ve Taken:
- Verified that the process runs successfully on Windows.
Despite this, the error persists on Linux.
Questions:
- Is UI Automation fully supported on Linux environments for cross-site projects?
- Are there additional dependencies or configurations I am missing to enable interaction with UI elements?
- Is there a workaround or best practice for resolving the “target element is disabled” error on Linux?
Any help or insights would be greatly appreciated. Thank you!