${KEY_TAB} not executed

Hi I’m working on a workflow that requires using the TAB keyboard, however it is not executed at all. How do i solve this?

It works for me. Make sure the browser is in the foreground.

{
  "Name": "tabkey",
  "CreationDate": "2022-1-11",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://ui.vision/",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "bringBrowserToForeground",
      "Target": "",
      "Value": "",
      "Description": "Otherwise TAB key does not work in browser"
    },
    {
      "Command": "clickAndWait",
      "Target": "linkText=Contact Us",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "type",
      "Target": "id=ContactName",
      "Value": "1111",
      "Description": ""
    },
    {
      "Command": "XType",
      "Target": "${KEY_TAB}222",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XType",
      "Target": "${KEY_TAB}${KEY_TAB}333",
      "Value": "",
      "Description": ""
    }
  ]
}