[#issue 530] localStorageExport for screenshots is not working

Hi

I’m trying to export the screenshots on Kantu, but what I’m getting is the following error

  • JobSearchResult_1554359196449.png doesn’t exist

Please check the json code below:

{
“Command”: “storeEval”,
“Target”: “Date.now()”,
“Value”: “timestamp”
},
{
“Command”: “echo”,
“Target”: “{timestamp}", "Value": "" }, { "Command": "captureEntirePageScreenshot", "Target": "JobSearchResult_{timestamp}.png”,
“Value”: “”
},
{
“Command”: “localStorageExport”,
“Target”: “JobSearchResult_${timestamp}.png”,
“Value”: “”
},

1 Like

Issue confirmed. We are working on it.

Solved (long time ago)