Need help with automation in Katalon and Chrome desired capabilities
Hello everyone! So I have this project since a long time ago, and it was working just fine with setting the capabilities in Katalon settings. I just had "prefs" and "download.default_directory".
Suddenly (andthis happened as well in Edge Chromium) the "Save as" pop up started to appear, so I added "download.prompt_for_download" but it was ignored when under "prefs", but it works when under "goog:chromeOptions -> prefs".
The thing is, that when I nest both under "goog:chromeOptions -> prefs" the pop up doesnt show (which is ok) but katalon/chrome saves the file in the default chrome folder (which is not ok).
If I put "prefs" with "download.default_directory" and also "goog:chromeOptions -> prefs" with "download.prompt_for_download", the "save as" pop up opens up, but the directory in which is going to save the file is okay.
So I don't know what is going on and why it suddenly the driver stopped working as it was.
I spent hours trying to figure it out and was not able to fix it.
Any help is welcomed.