Running on Edge with Chrome Extension v 8.3.6.
With the “new with V8.1.3 the &savelog= parameter supports full paths now” option, I started to add savelog back since before it would ALWAYS hang my scripts with a window saying “Your file is still downloading. You might lose it if you close the browser” and you have to click one of the buttons.
Now since adding this new feature with the full paths back into my html files, I am getting this same error again. I realized that I was using c:\ instead of c:/ so I changed that and it worked for a few days, but failed again today.
This is the open line in the html file:
a id=“run” href=“ui.vision.html?direct=1&savelog=c:/Scripts/scriptlogs/itestmacroLog.txt&closeBrowser=1¯o=testmacro.json”
It works unless it doesn’t. So randomly, I have macros downloading to the downloads folder and named c__Scripts_scriptlogs_itestmacroLog.txt. These are the ones that sometimes hang with the question to continue downloading or close the browser.
I have also noticed, that when it does this the log files show 2 or 3 lines and that is all. If I look at the macros in the extension, they are GREEN, but only the first 2 or 3 lines are green in the actual macro and THAT IS ALL THAT RAN. So it basically skipped the rest of the macro and closed. Then marked it green that it didn’t have issues. WTF.