Idea ID: 2875288

Need to set browser settings for Automation test execution like download path setting's.

Status: New Idea

Hello Team,

Hope so you are doing well,

We need to setup the download path while running the automation script but we are unable to do so we need to set the setting on browser that what are the things we are able to do manual.

Need to set browser settings for Automation test execution like download path setting's :-

Step to reproduce the download (manually)
1. Open Chrome Browser
2. Go to any webpage where we are able to download something
3. While downloading it downloads to default download folder
4. For automation i need to download it on some other folder

What function you want apply to change the path of download folder.

BrowserDescription.Builder().set("download.default_directory", "Download Path").build() Like this i need to set the Download path.

Thanks and Regards,

Abhishek