Hi @tutmin thank you for reporting this error! I have some some questions:
-
Do you have a test macro for us to recreate the error?
-
If not:
- Does my small test (see below) work ok for you, too?
- Do the Demomacros run OK for you? Is there anything special about this macro or the website?
I used copyfish to extract the URL from the screenshot, and made a small test macro, but this one works fine:
{
"Name": "t1",
"CreationDate": "2021-12-16",
"Commands": [
{
"Command": "open",
"Target": "https://dktructuyen.moj.gov.vn/dtn_str/search/public/",
"Value": "",
"Description": ""
},
{
"Command": "click",
"Target": "id=registration_number",
"Value": "",
"Description": ""
},
{
"Command": "type",
"Target": "id=party",
"Value": "on",
"Description": ""
},
{
"Command": "type",
"Target": "id=individual_id",
"Value": "222",
"Description": ""
},
{
"Command": "type",
"Target": "id=captcha_search_public",
"Value": "33",
"Description": ""
}
]
}