I have a problem with each deployment of the application, the ids change, this creates the regressions in the test script.
it wastes my time inspecting and then, looking for the new xpath or id each time for the test to be passed.
How can I avoid this so that my test still during the deployment of the application?
You say changed “id” but since I don’t see the “id” tag, do you mean changed “name” or changed their identification pathway? If you launch the web page again, does the “name” identification for the **Bank Reference" element change? Or, do you believe the “name” identification will change when you get another release?
Edit: Oh, I see on another forum question that you have an “id” tag out of view above what you show us here. I will check back after to see what you get as an answer from them.