How to save a document in a particular folder in Chrome

Hi,

I want to tap on a download link and save the data in a particular folder.

The issue is that when I try this on Chrome, the right click does not work. There is no problem with the element’s selector as left click works fine.

Please suggest what needs to be done here.

Hi @surbhi

This is something that I’m using to get the right click menu and do some stuff… again in the chrome browser.

Check whether the properties are same as yours…

image

Let know if it doesn’t work :slight_smile:

@surbhi

what i understand is, you want to download the file from chrome and save it in specified folder and not in systems ‘Downloads’ folder.

If this is the case, there is setting in chrome.
Go to chrome settings, look for ‘Ask where to save each file before downloading’
Turn this setting ON.

This will ask for download location everytime you download a file.
Now you can specify your location.

3 Likes