Hi all,
Trying to automate login in this sample site and I don´t know why all of my OCR searches with the commands below result in error, even the searched words only appear once. Why I’m doing wrong?
XClickTextRelative|QR#R-10,-12
[error] Line 5: E323: no match found for 'QR#R-10,-10'
XMoveText|Baru*
[error] Line 6: no matched vision found for 'Baru*'
XClickText|Userna*
[error] Line 7: E323: no match found for 'Userna*'
The sample macro is:
{
"Name": "test-3",
"CreationDate": "2024-10-28",
"Commands": [
{
"Command": "open",
"Target": "https://shopee.co.id/",
"Value": "",
"Description": ""
},
{
"Command": "store",
"Target": "98",
"Value": "!ocrengine",
"Description": "Javascript OCR"
},
{
"Command": "XMove",
"Target": "200,300",
"Value": "#move",
"Description": "Mover mouse hasta palabra \"PlayStation\""
},
{
"Command": "XMove",
"Target": "700,500",
"Value": "#move",
"Description": "Mover mouse hasta palabra \"PlayStation\""
},
{
"Command": "XClickTextRelative",
"Target": "QR#R-10,-12",
"Value": "",
"Description": "Buscar \"PlayStation\" y dar click en la caja de email"
},
{
"Command": "XMoveText",
"Target": "Baru*",
"Value": "#move",
"Description": "Mover mouse hasta palabra \"PlayStation\""
},
{
"Command": "XClickText",
"Target": "Userna*",
"Value": "",
"Description": "Mover mouse hasta palabra \"PlayStation\""
},
{
"Command": "XType",
"Target": "username_test",
"Value": "",
"Description": "Introducir email"
}
]
}
|[status]|Playing macro test-3|
|---|---|
|[info]|Executing: | XClickTextRelative | QR#R-10,-10 | | |
|[info]|OCR (eng) started (368.6 KB)|
|[info]|OCR result received (0.8s from Javascript OCR)|
**|[error]|Line 5: E323: no match found for 'QR#R-10,-10'|**
|[info]|Macro failed (Runtime 3.44s)|
|[status]|Playing macro test-3|
|[info]|Executing: | XMoveText | Baru* | #move | |
|[info]|OCR (eng) started (368.6 KB)|
|[info]|OCR result received (0.5s from Javascript OCR)|
**|[error]|Line 6: no matched vision found for 'Baru*'|**
|[info]|Macro failed (Runtime 4.02s)|
|[status]|Playing macro test-3|
|[info]|Executing: | XClickText | Userna* | | |
|[info]|OCR (eng) started (368.6 KB)|
|[info]|OCR result received (0.4s from Javascript OCR)|
**|[error]|Line 7: E323: no match found for 'Userna*'|**
|[info]|Macro failed (Runtime 2.88s)|
|[status]|Playing macro test-3|
|[info]|Executing: | open | https://shopee.co.id/ | | |
|[info]|Executing: | store | 98 | !ocrengine | |
|[info]|Executing: | XMove | 200,300 | #move | |
|[info]|Executing: | XMove | 700,500 | #move | |
|[info]|Executing: | XClickTextRelative | QR#R-10,-12 | | |
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.4s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.4s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.5s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.4s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.4s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.4s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.4s from Javascript OCR)|
|[info]|OCR (eng) started (570.1 KB)|
|[info]|OCR result received (2.8s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.4s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.4s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.5s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.5s from Javascript OCR)|
|[info]|OCR (eng) started (368.9 KB)|
|[info]|OCR result received (0.5s from Javascript OCR)|
**|[error]|Line 5: OCR for 'QR' not found|**
|[info]|Macro failed (Runtime 38.37s)|