Hi,
I got error message when I open URL in Edge. My system information is below:
- Studio: 2020.10.2
- Robot: 2020.10.2
- Orchestrator: 2020.10.4
- Edge: Microsoft Edge is up to date. Version 87.0.664.55 (Official build) (64-bit)
The UI path extension is enabled in Edge.
Detail error:
RemoteException wrapping UiPath.Core.BrowserOperationException: Cannot communicate with the browser,
please check the UiPath extension. —> RemoteException wrapping 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)
Exception activity:
“Name”: “Open Browser”,
“Id”: “1.2”,
“InstanceId”: “3”,
“TypeName”: “UiPath.Core.Activities.OpenBrowser”
The browser is opened, but the URL is not passed and got exception message.
Our Edge browser has a default site.
It works with IE, Chrome.
Could you give some idea? or is it related to Edge setting?
Thanks