Type Into 'Edit': Cannot find the UI element corresponding to this selector: <wnd app='chrome.exe' cls='#32770' title='Open' /><wnd ctrlid='1148' /><wnd ctrlid='1148' /><wnd ctrlid='1148' />

i get 3 three errors

1 ) Type Into ‘Edit’: Cannot find the UI element corresponding to this selector:

  1. Invoke System1_UploadYearlyReport workflow: Cannot find the UI element corresponding to this selector:

  2. System exception.Cannot find the UI element corresponding to this selector: at Source: Invoke System1_UploadYearlyReport workflow: Type Into ‘Edit’

could you please help me what can I do?

Try to make simple selectors for type into
if necessory make it dynamic

1 Like

Fist check the edit type into selector check in ui explorer

1 Like

Hi @MONALI_BHALERAO ,

Go to the activity , whereever there is an selector Error and click : Edit Selector .

image

  1. Click on repair.

  2. Indicate the element again

Thanks,
Mukesh Kala

1 Like

Your selectors are working fine in my workflow
still if not working then try to use type into in attach window

i recheck the indicate on screen but not get file in file path

1 Like

Hello Monali,

  1. Put wait for element exist for the above window with dynamic delay,
  2. once it get populated then pass type into. and than check

Thanks

ok i will try

@MONALI_BHALERAO

The Error I can see is with the Chrome Browser … where you are trying to click OPEN somewhere … Please try to re indicate that OPEN selector by clicking on Edit selector

1 Like

Is it resolved?

Try using attach window before this selector’s activity and make this selector partial selector where you can remove the parent attributes of window since you would have already done that for attach window selector.

If it doesn’t work then as well try to check if this is working for some other browser.

Thank you all

How this issue was resolved finally? I’m getting the same error however it used be a working code earlier. It has started giving me error in my application recently. Basically it is an file dialog box which appears clicking and upload button. Earlier UI path was able to enter the file name in the ‘File Name:’ dialog box but now it is not able to identify the element and fails.

Interestingly it is failing in orchestrator not in UI Path Studio. Any inputs would be appreciated.

I got the same issue. Trying to Click into Filename for the filepath:

The Selector issue is strange since in attended/Studio I see the selectors as valid, however the suggested selectors from error message in an unattended run are completely different. The exception screenshot shows a blank screen (using RE Framework, just a blank desktop without chrome open)

“Could not find the UI element corresponding to this selector: [1] [2] Search failed at selector tag: [1] The closest matches found are: [33%] [33%] [29%] [29%] [24%] [14%] ”

image