Error when trying to delete all Authenticator extension accounts

Hi, that is a very interesting test case for automating a browser extension. I took the time and created a short video on how I automated it. My macro works fine, so I am not sure exactly what goes wrong with your macro. I did not run your macro, but I also see no obvious issue when looking at the source. => Does my macro work for you?

Video:

Source:

{
  "Name": "DeleteAllAccounts",
  "CreationDate": "2024-4-11",
  "Commands": [
    {
      "Command": "XClick",
      "Target": "icon_dpi_168.png",
      "Value": "",
      "Description": "open extension"
    },
    {
      "Command": "XClick",
      "Target": "pen_dpi_168.png",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "true",
      "Value": "!errorignore",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "2",
      "Value": "!timeout_wait",
      "Description": ""
    },
    {
      "Command": "do",
      "Target": "",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "true",
      "Value": "!statusOK",
      "Description": ""
    },
    {
      "Command": "XClick",
      "Target": "reddot_dpi_168.png",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XClick",
      "Target": "yes_dpi_168.png",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "repeatIf",
      "Target": "${!statusOK} == true",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "echo",
      "Target": "Done deleting :)",
      "Value": "green",
      "Description": ""
    }
  ]
}
2 Likes