i have webapp
for example: consider Student records, each student having 1 different page…
Q) if i open 1st student page i need to capture (Student name) and
again if i click 2nd student page again i need to capture (second student name) dynamically
Message: Cannot communicate with the browser, please check the UiPath extension.
Exception Type: BrowserOperationException
UiPath.Core.BrowserOperationException: Cannot communicate with the browser, please check the UiPath extension. —> 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)
Do you have chrome installed?. In the workflow, the BrowserType is set to Chrome.
There are two instances when I faced this error :
(a) The Browser Chosen in Browser Type isn’t installed on my system
(b) When Browser Type is set to IE, on Windows 7 machine in which I didn’t have admin rights in the system. When I tried using a windows 8/8.1/10 machine I didn’t face this issue.