Test vs Prod HTML Path difference
How do you approach this problem? I'm working with a web application. I need to read a field. I can spy it as html and use id or path to access it. However, id and path of Test vs Prod are not the same. Thus, when we move to Production, we encounter...