storeAttribute extract URL with @href

storeAttribute extracts the attribute of an element, and often this is only the relative path. I verified it and it has not changed. If you have a test case where the behavior has changed, please let me know.

Here is a test on the older V6.0.5 RPA Beta version:

{
  "Name": "url1",
  "CreationDate": "2021-3-28",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://addons.mozilla.org/en-US/firefox/addon/rpa/",
      "Value": ""
    },
    {
      "Command": "storeAttribute",
      "Target": "xpath=//*[@id=\"react-view\"]/div/header/div/div/a@href",
      "Value": "url"
    },
    {
      "Command": "echo",
      "Target": "url=${url}",
      "Value": "green"
    }
  ]
}