public interface IMobileKeyable
Modifier and Type | Method and Description |
---|---|
void |
typeKeys(String keys)
Sends a set of keystrokes to the object.
|
void |
typeKeys(String keys,
int delay)
Sends a set of keystrokes to the object.
|
void |
typeKeys(String keys,
int delay,
boolean ensureFocus)
Sends a set of keystrokes to the object.
|
void typeKeys(String keys)
keys
- the keystrokes to typevoid typeKeys(String keys, int delay)
keys
- the keystrokes to typedelay
- the delay between keystrokes in millisecondsvoid typeKeys(String keys, int delay, boolean ensureFocus)
keys
- the keystrokes to typedelay
- the delay between keystrokes in millisecondsensureFocus
- 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
Copyright 2009-2012 Micro Focus. All Rights Reserved.