I am using the Open Browser activity in Windows 10 machine, but when i try and run to open www.google.co.uk I am getting the following error:
Source: Open Browser
Message: Cannot communicate with Internet Explorer browser.
Exception Type: UiPath.Core.BrowserOperationException
Details:
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Core.BrowserOperationException: Cannot communicate with Internet Explorer browser. ----> 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 ExceptionDetail 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)
I have tried the following:
run the commands in cmd -
regsvr32 C:\Windows\System32\oleacc.dll
regsvr32 C:\Windows\System32\oleaut32.dll
regsvr32 C:\Windows\SysWOW64\oleacc.dll
regsvr32 C:\Windows\SysWOW64\oleaut32.dll
Same message and I resolved to change version “UiPath.UIAutomation.Activities [19.6.0]” ==> “UiPath.UIAutomation.Activities [19.5.0]”.
For me this message appear with version >19.5.0