I've been searching for a CSS selector to target this dynamic date element, which is identified as MuiButton-label. While I can currently locate it using xpath in Playwright code, I'm hoping to find an alternative method using a CSS selector. Thanks in advance for your assistance!
https://i.stack.imgur.com/J2RoM.jpg
Using the .MuiButton-label class selector narrows down to 4 elements, but since the text is constantly changing, it's not reliable for pinpointing the date. I'm exploring options beyond regex: https://i.stack.imgur.com/omV57.jpg