Looking for a CSS Selector that can handle varying item numbers like
span[label='./cakes/item1/./linkText']
. I need one selector that works with any range of numbers.
I checked out a tutorial on this but no success.
The attempted solution was:
span[label*='./cakes/item_/./linkText']