Hi Team, I am trying to Save(Download) a Zip file from a website, Clicking on Zip file is working fine but when I get the pop up to SAVE file, Click activity and Send hotkey are not working. I am attaching the screenshot of the correspondence page.
Note:: When I keep this page open, Click and send hot key work while running the .xaml file.
Thanks
InkedUnableTOSaveZip_LI|690x470
@Srini84 No bro, scraping method is not working for this.
Hi @Rajnish,
you can disable this pop up if it is problematic like this and if it is usable in your scenario:
Disable the File Download Prompt
- Open an Internet Explorer browser and click the gear icon to open Tools . (You can also press Alt + x to open Tools.) Then click Internet Options > Security tab.
- Click the Custom level button to open the Security Settings.
- Scroll down to the Downloads heading and select Disable for automatic prompting, file downloads, and font downloads.
- Click OK , and when asked if you are sure, click Yes .
- Click OK again.
- Close all Internet Explorer windows, and then re-open Internet Explorer and attempt the download again.
Also you can try to use click Click Image activity:
HI @Rajnish,
- Get the hyperlink of the fiile.
- User the File download activity from here.
- If you need to extract the zip , you the below one.
UiPath Marketplace - BalaReva ZipUnzip Activities - #10 by balupad14
Video :
Regards
Balamurugan.s
@dfilipovic Thank you for your response, When I use above steps, It blocks the download of Zip file throwing an message âYour current security settings do not allow this file to be downloadedâ
Click image is also not working
@Rajnish sorry it didnât helpâŚ
I have found someone with similar problem as you on a forum:
He has solved it by pressing the arrow near âSaveâ button then pressing F2 but you can check the solution out on the link that I am posting.
Cheers,
Dino
Hi @Rajnish if this solved your problem can you mark this as a solution so I get some points.
@dfilipovic Sure, let me try these steps.
@dfilipovic it only works when a page with saving option already opened, otherwise it doesnât work.