Browsers, such as Firefox or Chrome, offer to remember the password when you first log in to the page; this function automatically fills in the corresponding user / password combination in the login form the next time the user visits the specified page.
My question is, is there a way to find out that the browser automatically completed these fields? the event changedoes not fire; in fact, according to monitorEvents, nothing works. I resorted to using an interval that periodically checks if fields are empty or not, but is there a better way?
source
share