I got error in this code
{
“Command”: “storeEval”,
“Target”: “${urlsArray[${!csvReadLineNumber}][0]}”,
“Value”: “currentURL”,
“Description”: “Get current URL from the array”
},
I got error in this code
{
“Command”: “storeEval”,
“Target”: “${urlsArray[${!csvReadLineNumber}][0]}”,
“Value”: “currentURL”,
“Description”: “Get current URL from the array”
},
storeEval
is no longer supported. Instead use executeScript
. It is the new and better version of storeEval.