I have been using UiPath’s Click activity perfectly fine for a few days now. Then, I suddenly cannot use the click activity anymore. All I get are “Unspecified Errors” when trying to click on any internet browser. I am still able to click on other applications.
Here is the log:
[ERROR] [UiPath.Workflow.Logging.StudioTraceListener] [21] System.Exception: Step was not recorded successfully. —> System.Runtime.InteropServices.COMException: Unspecified error
at UiPath.UiNodeClass.GetSelector(Boolean refreshSel)
at UiPath.Core.UiElement.get_Selector()
at UiPath.Core.UiElement.GetFriendlyName(Boolean shortName)
at UiPath.Workflow.Wizards.ElementRecordingInfo.Init(UiElement element, UiElement topParent, Image image)
at UiPath.Workflow.Wizards.ClickControl.Init(UiElement element, UiElement topParent, Image image)
at UiPath.Workflow.Wizards.RecordingManager.InitRecordingStep(RecordingInfo recordingInfo, UiElement element, Image image)
at UiPath.Workflow.Wizards.RecordingManager.RecordStep(String wizAction)
at UiPath.Workflow.Wizards.RecordingManager.ProcessWizard(String action)
at UiPath.Workflow.ViewModels.WizardViewModel.OpenWizard(String action)