Login page is having dynamic password field name: every time user visits the login page field name looks like PASSWORD_673834937
, and on next visit, it looks like PASSWORD_673857943
.
I have created many scripts which were working as of today, but in latest build they bring in this change to the password field... before this it was always PASSWORD
only. So all my scripts were failing. What is the workaround, so that all my scripts start working with dynamic field name?