Modifier and Type | Field and Description |
---|---|
protected ExecuteMethod |
executor |
Constructor and Description |
---|
RemoteKeyboard(ExecuteMethod executor) |
Modifier and Type | Method and Description |
---|---|
void |
pressKey(CharSequence keyToPress) |
void |
releaseKey(CharSequence keyToRelease) |
void |
sendKeys(CharSequence... keysToSend) |
protected final ExecuteMethod executor
public RemoteKeyboard(ExecuteMethod executor)
public void sendKeys(CharSequence... keysToSend)
public void pressKey(CharSequence keyToPress)
public void releaseKey(CharSequence keyToRelease)
releaseKey
in interface Keyboard
Copyright © 2016. All rights reserved.