I am currently doing the second assignment on the RPA Developer Advanced.
I came across this error: RemoteException wrapping UiPath.Core.SelectorNotFoundException: Could not communicate with the UiPath extension for browser ‘chrome.exe’. Please make sure the extension is installed and enabled.
When you click to indicate an element, are you able to indicate a specific field or does it indicate the whole Google Chorme website page as a single element?
Yes, I am able to indicate a specific field which is the OK button on the popup.
At the early attempt, I use click activity to indicate this specific field I mentioned earlier. After the error occured, I tried to change the click activity into ‘click image’ activity. It works well afterwards. With this change, I have solved the error.