Browser Exception

Hi All,

I am getting browser exception with open browser activity.

This was working fine ,all activity after that one was working fine.
Suddenly it is showing below exception.
RemoteException wrapping UiPath.Core.BrowserOperationException: Cannot communicate with Internet Explorer browser. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Cannot communicate with Internet Explorer browser.
at UiPath.UiBrowserClass.Open(String bstrURL, UiBrowserFlags flag)
at UiPath.Core.Browser.Open(String url, Boolean privateSession, Boolean headlessSession, Boolean defaultSession)
— End of inner exception stack trace —
at UiPath.Core.Activities.ScopeActivity.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.Core.Activities.AsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

can anyone help me out .

1 Like

Good morning Kumari,

Just to verify that this isn’t the issue, please try adding the site to the trusted list in Internet Settings and then launch the process again.

Also, you can try this.

  1. Open command prompt with admin rights.
  2. Enter regsvr32.exe oleacc.dll and execute.

here you go an article from uipath on this issue

–make sure that the website we are using is added to the trusted sites
for that use INTERNET EXPLORER → connections → security ->Trusted sites
there we can add the website to thaat

–and restart the browser and uipath studio and try once again
Cheers @rachrahul2

Thank You

@rachrahul2 ,@chenderson @Palaniyappan

Below settings worked for me.

  1. Open command prompt with admin rights.
  2. Enter regsvr32.exe oleacc.dll and execute.
1 Like

Great
Cheers @kumari_supriya