When a page transitions upon "enter" in a field (such as password), we receive an event that the field value has changed. We then go get the value, and then log the new value. If the page has already transitioned, the element that alerted will not longer be there. We need to catch that and log that the field is no longer available...?