Download file to target folder

Currently, when I click download on web, file is downloaded into my Mac Downloads folder. In Katalon, how can I make file download to a folder I specified ?

1 Like

This was a pain for me to figure out too. What I ended up doing was creating a custom keyword that was utilizing pure Selenium to set the options for the specific browser you’re using and to assign the folder that downloads default to. The following stackoverflow issue helped me solve this. Hope it helps!