Hello i need help with checking password hide characters. I have to test a password field if length of a password is the same as the length of password hide characters. Is there any way to do it without OCR. I know the password phrase and its length. Now i need to check if hide characters are the same length as passphrase. For now my ide is to cut web element, and count cover characters (black circles instead of password) and then to check if length of this word is the same as the passphrase. Is there any other way to do it? THX
↧