So I’ve been using the command line to run my macros. With the upgrade to 10.0.178, all my log files are saved to the browser’s download folder instead of the path I specified
Example: hello.bat
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "file:///C:/Temp/ui.vision.html?direct=1¯o=Hello.json&savelog=c:/Temp/log1.txt"
Instead of creating C:\Temp\log1.txt, it created c__Temp_log1.txt in my downloads folder
Had to tweak all my scripts to look for the log in the downloads folder instead of where I want them to be
I still have XModules Version 1 as the download for XModules Version 2 is blocked. But I don’t think that should be a factor for the problem described above
Note that I’ve tried the above in Edge / Chrome and on different desktops at work. I will also try to test it on my home computer so I know if it’s something at work that’s causing the problem
Let me know if you can replicate on your side and fix. Thanks