iMobileKeyable.TypeKeys(keys, [delay, ensureFocus])
iMobileKeyable.TypeKeys(keys, [delay, ensureFocus])
Variable | Description |
---|---|
keys | The keystrokes to type. String. |
delay | Optional: The delay between keystrokes in milliseconds. Integer. |
ensureFocus | Optional: Determines whether it should be ensured that the mobile object actually has the focus. The focus will be set with a click in the middle of the mobile object. Defaults to true. Boolean. |