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.
The target application or web page has changed its user interface elements or structure, which renders the previously identified element invalid.
The target application or web page has refreshed or reloaded, causing the element’s attributes to change.
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.
The element has been deleted or removed from the application or web page.