HI Cristian, Thanks for the analysis and providing suggestions.
Although I did not try any of the above . Instead I used UiPath Get Page Source activity to get the page source of the cart screen or any other screen where I needed the validation, in the text format. Next I split the text based on the number of items and then for each split text I used Reg-Ex to extract the Item code, Price values etc.
1 Like