Are all the urls of same website? Or of differnet? If different it migh tnot work as aelectors will be completely different
If same then you can follow as below
Use for eqch ui element …first time use a counter and do a count or use a extract datatable and extract all the required values which are similar like the bread crumpts you need
Then if using for each as you hve counter if counter is 1,give messge,if two click on second round if 3 click on 3 rd round of iteration
Use Get text and choose selector which contains the whole breadcrumbs like below and the split the string by giving your delimetere like here is “/” , split gives you an array and take the count of array.