4

While implementing solution for Level 3 Advanced Training on a separate machine, connected via RDP, i had to use the default UiPath Academy Recorder in order to upload my solution.

Here is the tricky part, although the automation completed successfully without the Academy Recorder on, while it was activated it failed (at random iterations) to recognize the download pop-up window element using the on-element appear activity. If the Academy Recorder was launched from the main machine the automation was also completed without errors.

Additional actions tried:

  1. Check if element vanished
  2. Check with On element exist instead
  3. Also used wait for active and wait for visible options
  4. Checked options for Interactive and Completed as well

-Is this related to the fact that the Academy Recorder slows down remote machine?

Thank you in advance,

Konstantinos

1 Answers1

0

I'm quite aware this hasn't been answered in 2+ years (so hopefully you've solved it!)

An alternative way is to use the Wait For Download Activity. This activity will wait for the file to be completely downloaded before moving to the next step (so be aware of any timeouts if a bigger file)

The activity is included with the UiPath.System.Activities

enter image description here

craig157
  • 355
  • 1
  • 3
  • 18