AnyWin.
This functionality is supported only if you are using the Open Agent.
window.TypePasswordKeys (sEncrypted [, nDelay, ensureFocus])
Variable | Description |
---|---|
sEncrypted | The encrypted password. STRING. |
nDelay | Optional: The delay between keystrokes (in seconds and fractions of seconds). NUMBER. |
ensureFocus |
Optional: Whether the agent brings the application to the foreground and then sets the keyboard focus to the control on which the method is executed. This is executed before the first key is typed, which means it is not rechecked for each keystroke when you specify multiple keys to be typed. By default, this variable is set to TRUE. BOOLEAN. |
STRING encryptedPassword = Encrypt("my password") Print(encryptedPassword)
textField.TypePasswordKeys("6Fk+Bcm+GoXe3X0=")