How to Store HREF that changes every time

There is a bug in ui vision and will be fixed in new updates actually you can not store href from an image

Read here

I create an alternative solution for you, need to have installed xmodules

This is the code working better with firefox use desktop emulation

{
  "Name": "Store-href",
  "CreationDate": "2020-2-21",
  "Commands": [
    {
      "Command": "XClick",
      "Target": "xpath=//*[@id=“app”]/div/div/div/div[1]/div/div/div/div/div/div/div/div/div/div/div[2]/div/div/div[1]/div/div[2]/div/a/span/i",
      "Value": "#right"
    },
    {
      "Command": "pause",
      "Target": "3000",
      "Value": ""
    },
    {
      "Command": "XType",
      "Target": "z",
      "Value": ""
    }
  ]
}

Working well on firefox, if not working for you need to find a correct xpath for your element but i can not see the url of the page.