Help : Could not find the UI element corresponding to this selector

Click Coluna Seguinte: Could not find the UI element corresponding to this selector:
[1]
[2]

Search failed at selector tag:
[1]

The closest matches found are:
[93%]
[43%]
[43%]
[43%]
[43%]
[40%]
[37%]
[37%]
[37%]
[37%]

As the error says, it can’t find the UI Element using the selector you’ve defined. In many apps and web pages, properties like ID can change each time the screen loads. You have to make sure you define a selector that avoids dynamic properties.

Show us your selector. And then open UI Explorer, click the element, and show us the available properties.

Hello @pauloengenharia5

Using Ui explorer inspect the element and share the selector here. If there is any dynamic attribute in the selector it can make the issue or if the element is not loaded at the time, that can also cause the issue.

Thanks