Setting Chrome Browser for downloading files

Hey everyone! Could you please suggest how to set up file downloads inside my Automation folder directory for Chrome Browser? Currently, they’re saving in my machine’s Downloads folder. Your suggestions would be greatly appreciated. I’m using the following library:

*** Settings ***
Library SeleniumLibrary

Hello,

You can take a look at this topic :

You can setup the download folder, either as a fixed path, or dynamically.
For example I use subfolders for tests to store related .pdf, fail screenshots or tests videos to tidy a little bit the outputs.

Regards

Charlie

2 Likes