Looping of the recording sequence failing

I am trying to loop a locally hosted website using a data table, but when i run the application it only loops for the first row of the data table and when it picks the data from the csv file for the second time it doesnt run as expected, i.e same as the first instance.

Should i make any changes to the current setup or is there anything else that i am missing.The error i am getting is “Can not find the UI element corresponding to this selector and the Exception i am getting is Selector not found Exception”

Please help me with this.

1 Like

Hello,

I would like to see you xaml. can you please upload it? I guess the first part of the for each the assign is not setup properly, and the second part of the selector, is because it might change, try to use a wildcar. “*”

regards