using the List FIles/Folders node to get a list of downloaded files can be a problem if the download didn’t finished. Do you see a chance in providing dedicated nodes to get the status of the downloads and incorprating that into the condition nodes too?
Btw, I see a workaround navigating to “chrome://downloads/” but interacting with the shadow DOM is stricky for starters.
PS: I plan to publish a quick article with a read to use solution thanks to your excellence guidance in
I worked around this by checking the download directory - “in progress” as far as I remember files for ongoing downloads have a .download or similar in their names. This seems the easiest approach to me, leaving aside any in-browser checking?