Facebook Autoliker

Hello everyone,

I have created the simplest autoliker for Facebook posts, but I want to do another trick on it. It clicks on the first post Like button, but I want to modify it to choose the type os Like: Love, Wow, Haha, etc.

Any how has a good tip here?

The code is below:

{
  "Name": "Facebook Auto-Like Newsfeed",
  "CreationDate": "2019-7-18",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://facebook.com/",
      "Value": ""
    },
    {
      "Command": "click",
      "Target": "link=Like",
      "Value": ""
    }
  ]
}