Hi!
As password fields are masked usually ****** (or with dots) , how do we read the password entered to ensure that it has been keyed correctly before the robot pressed the "Sign In" button?
Thank you!
Do you write the password via a write stage to a Win32, HTML, or Active Accessibility element?
Then no need to verify; the data you entered via the write stage will be the data present.