Hello everyone,
In one of our automation processes, the bot downloads two files from a website using a web browser.
Previously, this worked reliably with Mozilla Firefox—both when running the process locally (on my development laptop) and when executed through Orchestrator on the bot machine.
Recently, we switched to Microsoft Edge as the browser. Since then, the download process no longer works correctly when the process is run via Orchestrator on the bot machine.
Here’s the key point:
When I test the process locally on my development laptop, it works fine.
Even when I remotely debug the process on the bot machine, the download also completes without issues.
However, when the process is executed via Orchestrator, the bot fails to interact with the “Save As” button in the Edge download dialog. The selector does not seem to be recognized, and the file is not saved.
I will explain what the Bot is supposed to do:
After clicking the download button on the website, the Microsoft Edge download dialog appears.
The bot should then click on the “Save As” button (“Speichern unter”), enter the desired file path, and confirm the save.
Unfortunately, the selector for the “Save As” button is not working during unattended execution via Orchestrator.
Here is an example screenshot of the selector I am using:
What I’ve tried so far:
-
Using different UI frameworks (Default, Active Accessibility, UI Automation) to build the selector.
-
Sending keyboard shortcuts: for example, clicking into the dialog window and navigating to “Save As” using Tab and Enter via “Send Hotkey”.
All these approaches work when I run the process locally and even during remote debugging on the bot machine.
But again, none of these work when the process is triggered via Orchestrator.
Both the development environment and the bot machine are using Microsoft Edge version 135.0.3179.54.
I am using “UiPath Studio 2023.10.10”.
The Orchestrator runs on “Orchestrator 2023.10.8”.
Has anyone experienced similar issues or can suggest a reliable way to interact with the Microsoft Edge download dialog during unattended execution?
I would be very grateful for any suggestions or help!
Kind regards
FlorianP