I’m using the Hotkeys activity to simulate the “Save As” option during a file download in Edge (Ctrl+J -> Tab -> Tab -> Enter). This approach works fine in some processes, but in others, it seems it “exists” the download window. As a result, the first Tab focuses on a different element in the browser, and the process fails.
When I do the same steps manually, it works correctly. I’ve tried to keep the downloads window in a fixed position on the browser, adjusting properties like SendWindowMessages (set to True) and Activate (set to False), but nothing seems to solve the issue.
Any suggestions for making this more consistent across processes? Thanks!
Use Save As won’t be a reliable approach here. Best practice would be letting the browser download the file to default path that would be Downloads folder and once downloaded move it to desired location with desired file name.
Another approach would be using Download file from URL activity.