I am working on an automation project, where we have a website which downloads multiple CSV files. During the download Chrome shows a notification "Multiple Download"
.
Due to this notification, the automation stops.
I have been unable to identify notification elements.
The notification has two buttons: Allow
and Block
.
I want to press the Allow
button with help of JavaScript.
Is this possible?
I am using an automation tool that supports JavaScript.