Hi there! Any news about this error? I’m getting the same error. I’m using chrome, was showing me severals errors, I started to find out where is the problem I thought that could be a selector issue but now I’m trying to get with the UIpath Explorer a text box selector but showed me this message
Hello,
I get the following error when I try to use the Open Browser action from Web Recording feature.
The error occurred in all browsers(Chrome, IE, Firefox). I use 2018.2.4 Community Edition version.
Step was not recorded successfully.
System.Exception: Step was not recorded successfully. —> UiPath.Core.ElementOperationException: Error HRESULT E_FAIL has been returned from a call to a COM component. —> System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.
at UiPath.UiNodeClass.Get(String bstrAttr)
at UiPath.Core.UiElement.Get(String attribute, Boolean refresh)
— End of inner exception stack trace —
at UiPath.Core.UiElement.Get(String attribute, Boolean refresh)
at UiPath.Workflow.Wizards.OpenBrowser.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)
— End of inner exception stack trace —
Thanks,
I had a similar issue and the issue was with .Net Framework
I have uninstalled and installed .Net framework version 4.6.2 and the problem was resolved
I get this error only for chrome, even when then chrome extension is enabled.
Works fine with IE.
Hi, I saw that .NET was a common solution to these problems. I am working on a machine that has another development environment setup in Visual studio that has many versions of .NET Framework installed.
Do you happen to know how to get UiPath to select or use 4.6.2 as opposed to others?