I'm working on a web app using React/Redux and CSS Modules. For unit tests I'm using identity-obj-proxy to mock my CSS imports.
However, the QA team is wondering how to proceed with the obfuscated class names when using Selenium (which I'm completely unfamiliar with myself). The only mention of the two together that I've been able to find is this question, but the accepted answer wasn't clear to QA.
What are some of the solutions for using Selenium in this situation (preferably an easy-to-understand answer that I can go to the QA team with)?