I am facing an issue with a UiPath cross-site automation project where the workflow works perfectly fine on my Windows environment, but it fails when running on a Linux machine inside a Docker container.
Setup and Observations:
Environment Setup:
Windows (local development): Works fine, automation selects the button without any issue.
Linux (Docker Container):
I use the official UiPath uiautomation-runtime image.
Thank you very much for your response! Following the steps outlined in the Stack Overflow thread successfully prevented the popup from appearing. However, the issue with the button not being found persists.
When I check the port on the Linux machine, the page loads correctly, and the button is visible, but it still isn’t being pressed during execution. Do you have any additional suggestions to address this?
Hi all,
For those that are still encountering this blocker, I was able to overcome it by adding the following entries to my Linux users .bashrc (Bash configuration) file: