Getting the error when automation tries to mouse click a button.
System.MissingMethodException: Method not found: ‘UiPath.UiNode UiPath.IUiNode.Click(Int32, Int32, UiPath.UiClickType, UiPath.UiMouseButton, UiPath.UiInputMethod, UiPath.UiCursorMotionType, Int32)’.
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
@nancy.gandhi what UIAutomation.Activities package version are u using? Can you please share an excerpt of the failing workflow? Thank you
@nancy.gandhi this looks like a Dependencies issue. Can you share a screenshot of your project dependencies with the UIAutomation.Activities dependencies expanded? Something like
Could you please upgrade the UIAutomation.Activities package 21.6-preview or 21.4.4 and retry?
@nancy.gandhi please find a similar issue & solution in this thread:
Click activity not working under any circumstances - #8 by gheorghestan
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.