Hi all, I received a macro from a colleague for who it has been working, yet when I try it I get an error:
[error]
Line 1: Error #170: No ipc available for the playing commands tab
The command is in a specific webbrowser, to click on a button called ‘edit profile data’
“Commands”: [
{
“Command”: “click”,
“Target”: “css=#root > div.sc-dRZyXS.fpBpYr > div.sc-lnzCgU.hxIkZr > div:nth-child(2) > div > button > span > svg > g > rect:nth-child(1)”,
“Value”: “”,
“Targets”: [
“xpath=//*[@id="root"]/div[3]/div[2]/div[2]/div/button/span/svg/g/rect”,
“css=#root > div.sc-dRZyXS.fpBpYr > div.sc-lnzCgU.hxIkZr > div:nth-child(2) > div > button > span > svg > g > rect:nth-child(1)”
],
“Description”: “”
},
Any suggestions on how to solve this? Thank you and let me know what other information I can share