Hey! I’ve found that sometimes the best css selector from webpage isn’t the one DevTools gives you.
Try manually writing it based on the element’s role or aria labels. Stuff like `[role="button"]` or `[aria-label="Close"]` tends to stay put.
For testing, BrowserStack’s selector tool is handy.
Try manually writing it based on the element’s role or aria labels. Stuff like `[role="button"]` or `[aria-label="Close"]` tends to stay put.
For testing, BrowserStack’s selector tool is handy.
