Type into activity is not working as expected


Please find attached a form wherein if i enter basic details and hit submit, a contact gets created.
But I am stuck at first name only. Type into activity is not working for this page. and I am getting the below error.
19.1.0+Branch.master.Sha.3db2bfe8751ed76c2c21f7ee16f53ff69a3e3b75

Source: Type Into ‘FAST-ADD-APP’

Message: Cannot find the UI element corresponding to this selector:

Exception Type: UiPath.Core.SelectorNotFoundException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Core.SelectorNotFoundException: Cannot find the UI element corresponding to this selector: ----> System.Runtime.InteropServices.COMException: Cannot find the UI element corresponding to this selector:
at UiPath.UiNodeClass.FindFirst(UiFindScope scope, String nodeID)
at UiPath.Core.UiElement.FindFirst(FindScope scope, Selector selector)
— End of inner ExceptionDetail stack trace —
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)

PFA my solution solution

Can you upload your selector?

Sure.

@kavita

Uncheck “id AddClientContact…Wnd” from this selector.

Try and let us know.

Now getting the attached error

image

1 Like

I have tried anchor base also. But it is not working for me

Please help me guys

You need to check the selector. When selecting the text box, you may have inner and outer box.

hey @kavita try selector like below… this might work for you

‘- do not copy paste below selector-
< html app=‘chrome.exe’ url=’* app.bullhornstaffing*'/>
< webctrl id =‘AddClientContact*’ tag=‘IFRAME’/>
< webctrl id =‘firstName’ tag=‘INPUT’/>

@AkshaySandhu: Thankyou Akshay. Its working now.