How to handle Chrome Multiple Download Alert

I wanted to handle the below alert I tried this piece of code but its not working

`
WebUI.verifyAlertPresent(10)

WebUI.acceptAlert()`

its not considering it as alert.

multipleDownload%20Alert

I think it is not the Alert from the Web that Katalon Studio’s built-in keyword “VerifyAlertPresent()” can handle. It belongs to browser. You can either set the browser as auto-download or using external lib like Robot to click the button.

no I cant use external lib … Any other option… :slightly_frowning_face::slightly_frowning_face::slightly_frowning_face::sob::sob:

I think you could try to set the browser auto-download then. https://stackoverflow.com/questions/49663862/accept-download-alert-message-pop-up-in-katalon-studio

I have tried this setting but its not working:

multipleDownload%20Alert

issue on the alert type