I have a task step that downloads a file. The file is not on the filesystem and there is no browser prompt to ‘Accept’ in the screenshots from doppelganger. The download should be working as its initiated with a ‘Enter’ keypress.
File downloads aren’t currently a feature in Doppelganger, but I will make sure to add that functionality later.
1 Like
+1 to this feature,
I have done this in selenoid via n8n.io before, basicly i had to map out a folder from the container that the browswer would download too, and its default downlaod location is one of the browswer settings you have to setup when you instantiate the browser and the download dialoge window can be disabled so it downloads to the set folder.