There are more ways to do your work but the very easy is this
I use imacros from 10 years, and ui vision from 1 year and I can confirm that ui vision RPA can do all automations of imacros and more other automations, sometimes i automate addons and browser internal menu (impossible to do with imacros).
Log
[status]
Playing macro Replace
[info]
Executing: | store | Your car is “red” | MyValue |
[info]
Executing: | echo | ${MyValue} | #shownotification |
[echo]
Your car is “red”
[info]
Executing: | executeScript_Sandbox | var mystring = ${MyValue}; var replaced = mystring.replace(/"/g,‘’); return replaced | MyValue |
[info]
Executing: | echo | ${MyValue} | #shownotification |
[echo]
Your car is red
[info]
Macro completed (Runtime 1.38s)
Macro Code
{
“Name”: “Replace”,
“CreationDate”: “2020-6-28”,
“Commands”: [
{
“Command”: “store”,
“Target”: “Your car is "red"”,
“Value”: “MyValue”
},
{
“Command”: “echo”,
“Target”: “${MyValue}”,
“Value”: “#shownotification”
},
{
“Command”: “executeScript_Sandbox”,
“Target”: “var mystring = ${MyValue}; var replaced = mystring.replace(/"/g,‘’); return replaced”,
“Value”: “MyValue”
},
{
“Command”: “echo”,
“Target”: “${MyValue}”,
“Value”: “#shownotification”
}
]
}
Image