@ArturoGarciaMartin could you please explain the “save as” and “on element appear”. I am having the same issue… Very slow performance. For a single client it is taking 35mins to make the status completed.
I also had same issue. This worked for me;;;
“Save As” > Attach as a “Window” window, no as a “Browser”.
“On Element Appear” >> “RepeatForEver” == False && “WaitVisible” == True
Click Activity change the property Wait for ready to none
In my case I encountered the same issues. The solution was to change WaitForReady from Interactive to None
I’m facing the same issue and I have tried all the options suggested above but no luck. Could someone please help me.
Hi, Thanks for the reply, yes i have Changed WaitForReady = “None" but no luck. I’m attaching the workflow could you please check and let me know.DownloadMonthlyReports.xaml (27.8 KB)
Thank you so much @Chinh_Le. It’s working fin. but may I know why we need to set WaitForReady property to none?
Hi @niteshn,
Detail “WaitForReady” here https://studio.uipath.com/docs/ui-activities-properties
Got it! Thanks buddy.
Mr.Sanjay20151990
you help me a lot.
Thank you very much…
I´m having the same issue. My robot takes 2 mins at least to catch each month after February. I ve already chosen “interactive” to “none” inside wait for ready and Simulate Click box is selected but still doesn´t work. I don´t know how solve this problem i ve tried everything.
Thank you
share your CreateYearlyReport workflow, lets have a look
Please check my workflow.
Thank you. Regards!
Sorry for the delay.
So:
-
You do not need to use counter as for each handles that.
-
No need to use Build DataTable, you can simply use a assign or in the variable section you can initialize it using default value as New DataTable
3.Instead of 2-step approach to select the month, you can use one click using dynamic selector. ex below:
This you can do with SimulateClick and WaitforReadyNone -
You can use elementExists instead of ImageExists to check pop-up/same for Save As
-
In your Exists if condition the Then branch Click is not SimulateClick and WaitforReady-None enabled
-
You do not need attach window in the ‘K’ if condition Then branch.
-
For the Upload, create a separate workflow, you have done it in the same one.
-
In the Upload sequence all activities properties you can enable simulate and none properties.
Try and let me know
The dynamic selector is the key! It is now quite fast and convenient it solve the main problem. The rest of advice help me too! Thank you Mr Nadim.
great! glad its fast.
In my case i did not know about the community and i had to sit in front of my pc for an hour to let it complete all the items
[Please close the thread marking appropriate answer as a solution]
Sorry but i can´t find the checkbox to set as solved!
I think the member who has created the post can only mark as solution or one with admin rights
Thanks,
Prankur