Friends, I'm trying to make some changes to a BOT and when I go to save I get this error.
Could anyone help me if this has happened to them?
I remain attentive and thank you very much.
Friends, I'm trying to make some changes to a BOT and when I go to save I get this error.
Could anyone help me if this has happened to them?
I remain attentive and thank you very much.
3 Quick Fix we have right now.
Use Firefox browser.
You need to install the versions below to that version: of Google Chrome browser: 124.x (124.0.6367.60 or 124.0.6367.61) and Edge browser: 124.x (124.0.2478.51)
Run below script in your browser console after you login to your automation anywhere instance. This will remove error for this session
=================================================================
function removeAriaOwnsAttribute(element) {if (element.hasAttribute('aria-owns')) { element.removeAttribute('aria-owns'); } } function mutationCallback(mutationsList, observer) { mutationsList.forEach(mutation => { removeAriaOwnsAttribute(mutation.target); }); } const observer = new MutationObserver(mutationCallback); observer.observe(document.documentElement, { attributes: true, childList: true, subtree: true, attributeFilter: r'aria-owns'] }); ================================================================
Thanks,
Ganesh
Hi
You’ll get the details and the resolutions here.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.