When I use LocalStorageExport it save an image as text file

I have installed kantu latest version & below is my kantu scriopt. i used cmd to run the kantu script & it save an image file as log file
image

public static void StartProcess(Process process)
	{
		process.StartInfo.FileName = @"cmd.exe";
		process.StartInfo.Arguments = "/K" + @"""""" + @"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"" """ + ScriptFolder + testScript + "?direct=1&continueInLastUsedTab=1&closeKantu=1&savelog=" + **logName** + '"';
        Thread.Sleep(5000);
        process.Start();
        
		timePerProcess.Start();	
	}

Just to clarify: So the macro works when run manually, but it fails when run from the command line (= image saved as log file) ?

1 Like

When macro works manually , There is no log file to download.

Issue confirmed. Logged as #693