오픈브라우저 cannot communicate with internet explorer browser 에러

for each row로 엑셀파일 내의 url을 읽어서 오픈브라우저 액티비티를 사용해 각 브라우저를 열고 저장버튼을 클릭하는 과정을 코딩했는데 상기 이미지와 같은 에러가 계속 나네요.

근데 이게 for each row로 브라우저를 오픈하고 클릭하는것만 하면 잘 되는데 그 이전 과정(브라우저 오픈 전에 실행되는 다른 프로세스가 있습니다)을 포함해서 전체 프로세스를 실행하면 오류가 납니다.
이유가 뭘까요…

아래는 에러사항입니다.
19.10.1+Branch.master.Sha.0e00272ff1e0363c6709284cfa5bbf8631511d70

Source: Open Browser

Message: Cannot communicate with Internet Explorer browser.

Exception Type: UiPath.Core.BrowserOperationException

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, CommMethod startBrowserMechanism, 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)

@leemini

Have you tried below steps mentioned in the post ?

yes I have tried, but still have error…

1 Like

@leemini

Try with these steps.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.