How your bot is downloading the files? is it through Download file from URL activity or simply clicking on the download button on the webpage and let the browser download it?
In case of Download file from URL you have property Save file as you can put your bot created folder path and file name to save there.
In case of download from browser, you can change the location manually once and then browser will always save the downloaded files to that location.
In case you are downloading files from any portal or website and wish to save it in a specific folder, simply use “Wait for Download” activity and pass the entire folder path where you wish the file to be saved.
@raju_alakuntla, This is for Selector purpose to indicate the Save as popup.
You should be using a TypeInto activity to type the file path right? int that TypeInto activity check if you have passed the correct folder path or not.