I am automating my web application using Karate UI. I want to save a file from the application to a specific location to validate. By default, it is getting saved in the system downloads folder. How do I change this download path?
I have tried
- addOptions: ['user.dir','path']
- userDataDir = "path"
in karate.config(---)