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”: “”
},