Xtype Arrows not working

Hello folks!
first time here

I’m trying to use the Xtype to send arrow keys.

the JSON file looks like this:

{
      "Command": "XType",
      "Target": "${KEY_LEFT}",
      "Value": ""
    }

But I can’t seems to make it work.

But here is the part I don’t understand
DemoXtype is working
when I go into https://keyboardchecker.com/
even a simple enter does not work

{
      "Command": "XType",
      "Target": "${KEY_ENTER}",
      "Value": ""
    }

I’m guessing it’s something super obvious, but I can’t wrap my head around it.
Thanks in advance

Try adding BringBrowserToForeground to the beginning of your macro to make sure it has focus

1 Like

Yep, that did the trick, thanks!

If I have another question about other command (click and xpath) should I ask here or open another question?