I just updated my UiPath Studio Community and I have this issue,
LoginCitrix has thrown an exception
Source: Open browser
Message: Cannot communicate with the browser, please check the UiPath extension.
Exception Type: BrowserOperationException
UiPath.Core.BrowserOperationException: Cannot communicate with the browser, please check the UiPath extension. —> System.Runtime.InteropServices.COMException: Cannot communicate with the browser, please check the UiPath extension.
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)
before was running ok. Could you tell me how to fix it?
Hi, I am new to UiPath. I tried to launch a website using UI Path, But i got the below same issue.
Even i tried adding UiPath Extension and removved added again restarted the browser , still below issue I am getting. Please advise on the below.
Main has thrown an exception
Source: Open browser
Message: Cannot communicate with the browser, please check the UiPath extension.
Exception Type: BrowserOperationException
UiPath.Core.BrowserOperationException: Cannot communicate with the browser, please check the UiPath extension. —> System.Runtime.InteropServices.COMException: Cannot communicate with the browser, please check the UiPath extension.
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 —
Hi @anand1,
Could you please check whether the chrome application got updated. Because the interface is different from the older version and UiPath might not be able to read the data using the selector.
Hi @vvaidya,
Recently chrome browser has been updated and due to which UiPath is not able to communicate with the browser.
Could you suggest a way how to handle these in the future.