Possible to change chrome default download path?

You can configure the default download directory as follows:

1.) Open Project > Settings > Desired Capabilities > Web UI > Chrome:

image

2.) Click the ‘Add’ button, and set the name of the new property to ‘prefs’, the type to ‘Dictionary’:

image

3.) In the value column, click on the ellipses, and set name = ‘download.default_directory’, type = String, value = ‘my/downlaod/directory’:

image

Hope this helps!

6 Likes