Hi,
I am using the “Open Browser” activity to open an IE window and then navigate to “http://google.com”.
This piece works perfectly if I start a New Project and choose “Process”, but fails if I use “Robotic Enterprise Framework”.
Exact failure point:
- IE browser opens
- Navigation to “http://google.com” fails and throws exception (below)
Error:
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)
UiPath version: 2019.9.2 Community Edition
IE Version: 11.740.17763.0; Update version: (KB4522007)
Windows version: 10
Already tried:
- Add URL to “Trusted Sites” list
- “InPrivate”
- regsvr32 C:\Windows\System32\oleacc.dll
- regsvr32 C:\Windows\System32\oleaut32.dll
- regsvr32 C:\Windows\SysWOW64\oleacc.dll
- regsvr32 C:\Windows\SysWOW64\oleaut32.dll
- “Start with …” combinations
Thank you.