Click activity shows a "The Ui element is no longer valid" message.. Why?

When I used a click activity in a process, it was throwing me an error message while running the process as below:
“The Ui element is no longer valid”

But, when I select the edit selector and validate it, it was highlighted in Green and also the highlight element indicates the element correctly in the screen.

Can anybody provide a solution for this?

2 Likes

@vignesh_S.M,

There could be server reasons, check below

  1. The target application or web page has changed its user interface elements or structure, which renders the previously identified element invalid.
  2. The target application or web page has refreshed or reloaded, causing the element’s attributes to change.
  3. The user has switched to another application or web page while the UiPath robot was still trying to click the element, causing the element to become invalid.
  4. The element has been deleted or removed from the application or web page.
1 Like

Hi @sarathi125

Points 3 and 4 I have checked but it is not due to these two reasons.

But how to verify these two points quoted below:

1.The target application or web page has changed its user interface elements or structure, which renders the previously identified element invalid.

  1. The target application or web page has refreshed or reloaded, causing the element’s attributes to change.

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