Blue Prism Browser Mode Suddenly not Recognising Anything in Chrome

John12

New Member
Dear All,

I am using Blue Prism v6.8.1, google chrome version 90.0.4430.212 (64 bit), blue prism extension 2.1.0, whereby an issue is occurring with spying elements on websites. Blue Prism fails to recognise any elements in browser mode, even those elements that have been previously recognised and their attributes saved! This is usually resolved after rebooting the virtual machine, but the chrome extension has logged the following error:

1620991039578.png
including the following stack trace:


JavaScript:
1

!function(){"use strict";var i,n="ws://127.0.0.1:",r={},s=void 0;function e(){s&&1===s.readyState&&s.send("PING")}function c(){if(!s&&void 0!==i){var e=new WebSocket(n+i+"/");e.onerror=function(){e.close()},e.onopen=function(){(s=e).onclose=function(){s=null},s.onerror=function(){s.close()}},e.onmessage=function(e){var n=JSON.parse(e.data),t=n.PageId;if(t){var a=r[t];a&&a.postMessage({message:n.Data})}}}}function d(e){var a={};return e.replace(/[?&]+([^=&]+)=([^&]*)/gi,function(e,n,t){a[n]=t}),a}chrome.tabs.onUpdated.addListener(function e(n,t,a){if(null===a)return;var o=a.url;i=d(o).bpport;if(void 0===i)i="31924",c();else{var r=d(o).targetURL;d(o).browserType;chrome.tabs.onUpdated.removeListener(e),setTimeout(function(){chrome.tabs.update(a.id,{url:decodeURIComponent(r)},function(){}),c()},500)}}),setInterval(c,3e3),c(),setInterval(e,1e4),e(),chrome.runtime.onConnect.addListener(function(a){var o=a.name;a.onMessage.addListener(function(e){if(s&&1===s.readyState)if("makeConnection"===e.name){r[o]=a;var n={PageId:o,Data:"Page connected"};s.send(JSON.stringify(n))}else if("sendMessage"===e.name){var t={PageId:o,Data:e.message};s.send(JSON.stringify(t))}}),a.onDisconnect.addListener(function(e){var n=e.name;delete r[n];var t={PageId:n,Data:"Page disconnected"};s.send(JSON.stringify(t))})})}();




What does this error mean? How can this be resolved please?

Thanks & Regards,
 
Top