Problem with selectors

hello,
I have a problem with selectors. a process that was working without issues is now stopping and showing the following error.

“Type Into ‘SPAN’: Could not find the UI element corresponding to this selector: ”

Do you know a way to permanently resolve the issue with selectors? it just needs to click on a specific fieled

@dvojinovic,

Refine your selector using Ui Explorer. Check all available attributes of the Ui Element and select only the reliable one. Use * & ? to make it dynamic so it will work with every new record.

Recapture the element and kindly share all the properties in a screenshot. Select more fields which makes the element unique

We can help you if you share the screenshot

@dvojinovic

  1. rather than aaname try innertext
  2. Also check for any name changes …some times extra spaces would be added to name …so better to use * or regex to make it dynamic

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.