Hello,
I try to download and open a file using Katalon docker, but it doesn’t seem to work. (locally it works fine)
String downloadPath = RunConfiguration.getProjectDir() + ‘/test_downloads’
- I set the file download location with chromeprefs: chromePrefs.put(“download.default_directory”, downloadPath)
- when I try to open the file I get: java.io.FileNotFoundException
I want to ask how I can see the state of the docker machine after running the tests? How I use interactive mode?
Also, what is the appropriate location of file downloads?
I hope you can help me,
Roy