I am trying to use open browser activity in uipath , but it is giving the following error :
Main has thrown an exception
Message: Cannot communicate with Internet Explorer browser.
Source: Open browser
Exception Type: BrowserOperationException
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 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)
And when i am using start process activity , then it is working fine
Thanx for sharing idea.
I have already tried with start process activity, it is working fine with crome browser, but activities are taking too much time to execute while working with internet explorer browser.
Whenever you face any issues and you find a solution, then please do post here on the forum(Just a request, though the decision of posting rests on you.) .
It might help those people who have similar issues.
Hi All, I am doing the advanced training assignment 1 and come up with this problem with open browser. (attached picture)
I wounder what could cause this problem? when i did this workflow everything worked fine but now it isn’t working. Can someone help me?
Can you check what is the default browser for your PC? can you be able to open chrome manually?
I’m sure it is still because of chromium or its supporting applications. try again reinstalling the extension from uipath and restart the PC .
You still have an alternative (thanks to UiPath)
Use Invoke power shell activity and pass “C:\Program Files (x86)\google\chrome\application\chrome.exe” (target location of chrome) in the command Text property. Once, browser is opened then start Ui Automation on chrome.
Let me know if any issue.
Another Issues : But now after that click event need to held for that i am capturing the selector select on “Indicate the screen” throughs an error see below
And in chrome i cannot able to set the extension ?why
In Application setup menu–> setup Extensions → i click the Chrome it doesn’t divert towards the chrome ?
Show dialog box as this see below :