TypeKeys Method (IMobileKeyable)

Action

Sends a set of keystrokes to the object.

Syntax

C#
iMobileKeyable.TypeKeys(keys, [delay, ensureFocus])
VB
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.