Could not find the UIElement corresponding to this selector

So I am working on the CCSH lesson and i get this error I have tried a few things I have repaired and validated the selector multiple times I have re-build the process but its just not working can you help?
here the Error message in the output pane, and the process

here you have the selector in UIExplorer

And the process where it is invoked to! its in the Init State of the REFramework.

Thanks a lot and Cheers!

Type this for the click Log Out selector;

<html title='ACME System 1 - *' />
<webctrl aaname='Log Out' />
1 Like

thanks for the response @ercanebiler but its not about the selector for the click activity but its about the selector of the attach browser activity.

Cheers!

Then make Attach Browser’s be like;

"<html title='ACME System 1 - *' />"
1 Like

Can I have A view in the selector of attach browser
Kindly replace all the attribute values which are dynamic with wild cards like this for example
title = ‘*’

Cheers @BjrnUitenbroek

1 Like

Here you have the selector again

Cheers!

Why didn’t you try my answer for that “Attach Browser” Selector?

I hope title will be same for all work items
Kindly check once with htmlwindowname attribute is dynamic or not
We can check that by clicking on one work item and get the selector and again open another window and get the selector
Compare them so that we could confirm the difference
If so replace that attribute value as ‘*’

Cheers @BjrnUitenbroek

1 Like

it didn’t work! sorry!

Cheers!

so how do i actually get that one work item selector is it possible with the indicate ons screen action?

Cheers @Palaniyappan