Store clipboard doesn't work in background

Store clipboard doesn’t work in background, but it’s work when IDE in foreground.

 {
   "Name": "p3",
   "CreationDate": "2022-10-28",
   "Commands": [
     {
       "Command": "bringIDEandBrowserToBackground",
       "Target": "",
       "Value": "",
       "Description": ""
     },
     {
       "Command": "bringBrowserToForeground",
       "Target": "",
       "Value": "",
       "Description": ""
     },
     {
       "Command": "store",
       "Target": "test",
       "Value": "!clipboard",
       "Description": ""
     },
     {
       "Command": "echo",
       "Target": "${!clipboard}",
       "Value": "",
       "Description": ""
     }
   ]
 }

Is there any solution?

Works for me (tested on Windows):

I’m an Edge browser user, then decided to download chrome and install it.
Tried the same macro, and it worked!
Thanks for another point of view.