public class RemoteKeyboard
extends java.lang.Object
implements org.openqa.selenium.interactions.Keyboard
| Modifier and Type | Field and Description |
|---|---|
protected ExecuteMethod |
executor |
| Constructor and Description |
|---|
RemoteKeyboard(ExecuteMethod executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
pressKey(java.lang.CharSequence keyToPress) |
void |
releaseKey(java.lang.CharSequence keyToRelease) |
void |
sendKeys(java.lang.CharSequence... keysToSend) |
protected final ExecuteMethod executor
public RemoteKeyboard(ExecuteMethod executor)
public void sendKeys(java.lang.CharSequence... keysToSend)
sendKeys in interface org.openqa.selenium.interactions.Keyboardpublic void pressKey(java.lang.CharSequence keyToPress)
pressKey in interface org.openqa.selenium.interactions.Keyboardpublic void releaseKey(java.lang.CharSequence keyToRelease)
releaseKey in interface org.openqa.selenium.interactions.Keyboard