Download File: Dialogue appear even when firefox_profile is set

Hello everybody!

I recently started to use Katalon. However when I tried to download a file using these documentation:

https://docs.katalon.com/katalon-studio/tutorials/handle\_file\_uploads.html#verify-a-downloaded-file

The dialogue still shows up.

If someone have an idea

1.PNG

2.PNG

3.PNG

Oh and I am using firefox 63.0

I had the same problem, below are my settings that work. I tried different versions for the "application/vnd.ms-excel" and_“application/csv”_ depending on what software was the default program to open xls or csv files.

  1. browser.helperApps.neverAsk.saveToDisk String application/vnd.ms-excel , application/csv

  2. browser.helperApps.alwaysAsk.force Boolean FALSE

  3. browser.download.folderList String 2

  4. browser.download.forbid_open_with Boolean TRUE

  5. browser.download.dir String S:\KatalonDownloads

  6. browser.download.downloadDir String S\KatalonDownloads

  7. browser.download.defaultFolder String S:\KatalonDownloads

1 Like

It did actually work ! Thank you !

But it downloads in the default dir even if I set set download:dir;downloadDir;defaultFolder

Nicolas ah said:

It did actually work ! Thank you !

But it downloads in the default dir even if I set set download:dir;downloadDir;defaultFolder

I haven’t found a solution for that problem yet, but i’m guessing there is an entry missing for that.

You could try changing browser.download.folderList to 1

Marco Raphael said:

You could try changing browser.download.folderList to 1

I tried and still downloading the in the user\download

Same issue with “5.10.1” version of Katalon and Using Firefox 65.0…
Please do update solution here