In Seeshell Webbrowser, if LimitSearchArea with viewport mode is used, the json file inside “see” file is not correct. On openning of “see” file, a message “file corrupted” is displayed.
Inside the json file the ConfidenceLevel value is “null” like below:
“Commands”: [
{
“Type”: “LimitSearchArea”,
“ConfidenceLevel”: null,
“LimitSearchAreaMode”: 1
}
]
}
The workaround is to replace the value “null” by “1” in the “json” file inside the “see” file, then record the “json” and “see” files.