Types an encrypted password into an object, for example a text field.
If the object supports the SetText method, any existing text is cleared before typing the encrypted password.
iKeyable.TypePasswordKeys(keys, [delay, ensureFocus])
Variable | Description |
---|---|
keys | The encrypted password. String. |
delay | Optional: The delay between keystrokes in milliseconds. Integer. |
ensureFocus | Optional: Determines whether it should be ensured that the control actually has the keyboard focus. Defaults to true. Boolean. |