Ui vision Runweb On Wordpress WebSite

I recently navigated to Demo Embed RPA software scripts into a website and was able to click on the demo macro and run it on my script. However, when I copied and pasted the demo code without any modifications into my site I could not get it to work. I was curious if anyone else know how to make this code work on a wordpress website?

http://top10mejores.es/2895-2/

I need embed this macro:

{
  "Name": "0 cerrar sesion milanuncios",
  "CreationDate": "2024-5-3",
  "Commands": [
    {
      "Command": "comment",
      "Target": "open // https://www.milanuncios.com/mis-anuncios?page=1",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "css=#ma-LayoutBasicHeader > header > nav > div.ma-NavigationTopNav-menuDrawer > div > div > span > svg",
      "Value": "",
      "Targets": [
        "xpath=//*[@id=\"ma-LayoutBasicHeader\"]/header/nav/div[2]/div/div/span/svg",
        "css=#ma-LayoutBasicHeader > header > nav > div.ma-NavigationTopNav-menuDrawer > div > div > span > svg"
      ],
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "xpath=//*[@id=\"ma-NavigationTopNav-menuDrawer-list\"]/div/button[9]",
      "Value": "",
      "Targets": [
        "xpath=//*[@id=\"ma-NavigationTopNav-menuDrawer-list\"]/div/button[9]",
        "xpath=//button[9]",
        "css=#ma-NavigationTopNav-menuDrawer-list > div > button:nth-child(10)"
      ],
      "Description": ""
    },
    {
      "Command": "",
      "Target": "",
      "Value": "",
      "Description": ""
    }
  ]
}

I tested it on your website, and it seems the macro name is not correct. At least the first macro is not inside your website:

I have copied and pasted the complete source code from the page Demo Embed RPA software scripts into a website and it does not work, where else should I include the macros?

sorry, where else should I include the macros on my wordpress?