|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.remote.RemoteKeyboard
public class RemoteKeyboard
An implementation of the keyboard for use with the remote webdriver.
| Field Summary | |
|---|---|
protected ExecuteMethod |
executor
|
| Constructor Summary | |
|---|---|
RemoteKeyboard(ExecuteMethod executor)
|
|
| Method Summary | |
|---|---|
void |
pressKey(Keys keyToPress)
|
void |
releaseKey(Keys keyToRelease)
|
void |
sendKeys(java.lang.CharSequence... keysToSend)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ExecuteMethod executor
| Constructor Detail |
|---|
public RemoteKeyboard(ExecuteMethod executor)
| Method Detail |
|---|
public void sendKeys(java.lang.CharSequence... keysToSend)
sendKeys in interface Keyboardpublic void pressKey(Keys keyToPress)
pressKey in interface Keyboardpublic void releaseKey(Keys keyToRelease)
releaseKey in interface Keyboard
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||