How to resolve this System.aggregation.exception

In case of you want to expand the menu (save, save to …) let point click activity to the arrow and try again

No i just want to click on “Save” button that’s it

Hi,

Use Hot Keys instead to achieve the same, make sure you have valid selector.

Thanks.

Yes, check selector. Do you want to post used selector here?

Can you please show entire selector text? Thanks

Selector looks fine. Assumed that name like Save, Title are matching. It could happen, that UiPath is firing too fast the click activity and the entire download prompbar is not already loaded (same for button). In such a case synchronize the bot with IE and wait for the Download Prompt Bar is fully loaded. You can simulate / Check with a delay before.

Hi @KavithaManohar

First click on Download Notification Bar and then click on Save button

Thanks
Ashwin S

I tried this method…but still the same issue.:frowning:

1 Like

I gave delay before as 5000 and also tried with Simulate…but still the same issue.

1 Like

On properties click on complete on WaitForReady!!!

I need to Save not “save as”…then what hot keys, do I need to send for that.

tried with complete, none, interactive…but still the same issue:(

This is occuring in Level 3 assignment 2 ?

no my office project

@KavithaManohar

Clear the History of website Browser and try once…

I usually avoid IE because of the complexity of these type of issue!!!

I’ll suggest switch to chrome if you are not far ahead in development

Please find attached workflow, make sure you update the selector.IEDownload.zip (14.8 KB)

1 Like