Having issue with selector in the recording steps

Open Application ‘postman.exe [POD2]’: Could not find the UI element corresponding to this selector:

The closest matches found are:
[89%]

Error in the recoding steps in studio. Although earlier these steps were working fine. Then suddenly it stopped working. It is opening the application, but the actions inside are now not working and throwing the error above.

Any help will be appreciated. Thanks :slight_smile:

hello @ayushi_jain3
Can you share the selector which is provided for errored activity.
or you can give the dynamic values using * and ?

image

@ayushi_jain3
provide the selectors as

<wnd app='postman.exe' cls='Chrome_WidgetWin_*' title='*Team Workspace'/>

    • replace zero or more charectors
      hope this helps

The easiest workaround is to use a wildcard, by adding a * on text that is different.

So replace your current selector with this:
<wnd app='postman.exe' cls='Chrome_WidgetWin_1' title='* - Team Workspace'/>

Did you try to play around with the descriptors by using different selector types. You can fiddle with fuzzy, image and strict selector types.