UiPath.Core.Activities.ElementNotSetException: The target Element was not specified for this activity

Hi,
i am working on process state in assignment 2.

I am able to get page number in ‘get transaction data’ state by using below selector ,But getting exception when i am trying to use same selector in ‘Click’ activity to click on the page number in process.xaml file.

selector:


Exception:

Can any one please help me on this issue .where i am doing mistake.

Thank you.

Hi @prasanna.Ui
I believe that this is the right selector :
< html title=‘ACME System 1 - Work Items’ /><webctrl aaname=‘“+in_TransactionItem.tostring+”’ tag=‘SPAN’ / >

hope this helps

1 Like

Thank you very much reda :slightly_smiling_face:
Issue got resolved.

1 Like

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