How to download multiple pdf files from chrome browser
I’m trying by using invoke code but it’s not worked
How to download multiple pdf files from chrome browser
I’m trying by using invoke code but it’s not worked
It’s better to give you how the multiple pdf’s are placed in website, screenshot is better
And what are the manual steps your are using to download the multiple pdfs
Also, let me know what code you are using in Invoke Code activity
Thanks,
Srini
Multiple file opening in web page we have to download that and store in folder
Code which I’m using in invoke code
Using wc as new system.net.webclient
Wc.downloadfile( url,filepath)
End using