Received unexpected postMessage. Expected event type [integration:hello], but got [SELENIUM_IDE_CS_MSG]

The console of my browser (Firefox), says “Received unexpected postMessage. Expected event type [integration:hello], but got [SELENIUM_IDE_CS_MSG]” when I use UI.Vision with a specific website.

I’ve tried running JavaScript using executeScript, executeScript_Sandbox, and click, clickAt, XClick, and clickAndWait but in vain. I get the same message and UI.Vision times out.

I would appreciate any help.

Do you have a test macro for us?

Yes, here it is:

{
“Name”: “Untitled”,
“CreationDate”: “2024-2-6”,
“Commands”: [
{
“Command”: “click”,
“Target”: “id=currentAttempt_grade”,
“Value”: “”,
“Targets”: [
“id=currentAttempt_grade”,
“name=grade”,
“xpath=//*[@id="currentAttempt_grade"]”,
“xpath=//input[@id=‘currentAttempt_grade’]”,
“xpath=//form/div/div[2]/input”,
“css=#currentAttempt_grade”
],
“Description”: “”
}
]
}