Hello!
I am working on a webscraping workflow that I am going to schedule on the gallery. When I run it on our server's designer, it runs fine and downloads to server's downloads folder (it's a Windows machine). However, when I kick it off on gallery, it looks like it runs fine without errors but I cant find the download. Is there a default download location for the gallery? The webscraper uses selenium on the python tool to open a webpage and click download. Do I need to run it headless on the gallery?
Thanks!