The UiElement is no longer valid - Click Activity in Window

Hi Everyone,

I’m a student just starting to learn UiPath Studio. I have an issue with “Click ‘text _F’: The UiElement is no longer valid” when automating a window.
So I want to click this by Click Activity:
x
image
But when I run my robot, it throws an issue The UiElement is no longer valid.
Here is the selector:
image
The validate button is green. Any helps to solve this case? Thanks in advance.

@Wylfritz_Tyson

Can you Check is it creating dynamic selectors, every time you are opening the application?

Close and open application, rescrape that element, copy the selector, and again do the same steps and copy the selector again, try to check the difference

Hope this helps

Thanks

I try to check is it dynamic selectors or not by the steps as you said. But, there is nothing change or difference with the selector.

<ctrl automationid='MainRibbon' />
<ctrl automationid='PART_ApplicationButton' />
<ctrl name='_F' role='text' />

<ctrl automationid='MainRibbon' />
<ctrl automationid='PART_ApplicationButton' />
<ctrl name='_F' role='text' />

<ctrl automationid='MainRibbon' />
<ctrl automationid='PART_ApplicationButton' />
<ctrl name='_F' role='text' />

What should i do next to solve this issue?

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