|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.support.events.internal.EventFiringKeyboard
public class EventFiringKeyboard
A keyboard firing events.
| Constructor Summary | |
|---|---|
EventFiringKeyboard(WebDriver driver,
WebDriverEventListener dispatcher)
|
|
| 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 |
| Constructor Detail |
|---|
public EventFiringKeyboard(WebDriver driver,
WebDriverEventListener dispatcher)
| 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 | |||||||||