Hi Team,
for some image url to upload, the macro prompts out the
“[error]
Error in runEval condition of if: Invalid Unicode escape sequence”, while the value is
"
C:\Users\Administrator\Desktop\abc\up1.png
"
not sure which character conflict with the program code?
the macro is:
{
“Name”: “file-upload-with-xtype_skip the empty values”,
“CreationDate”: “2019-5-7”,
“Commands”: [
{
“Command”: “csvRead”,
“Target”: “files-upload-with-xtype.csv”,
“Value”: “”
},
{
“Command”: “open”,
“Target”: “https://ocr.space/”,
“Value”: “”
},
{
“Command”: “if”,
“Target”: “"${!col1}" != ""”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=imageFile”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${!COL1}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”
},
{
“Command”: “else”,
“Target”: “”,
“Value”: “”
},
{
“Command”: “echo”,
“Target”: “field empty”,
“Value”: “”
},
{
“Command”: “endif”,
“Target”: “”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “link=Start OCR!”,
“Value”: “”
}
]
}
it’s expected to be fixed.
Thanks.