We recently ran in to a problem.Our team has automated test scripts with selenium. Now we got change request in User Interface, So we have modified the css.
The issue is automated test scripts are not working. we know this is due to css change.
My question is :
What is the best approach to handle those scenarios effectively?