|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.internal.interactions.BaseAction
org.openqa.selenium.internal.interactions.KeysRelatedAction
org.openqa.selenium.internal.interactions.SingleKeyAction
org.openqa.selenium.interactions.KeyDownAction
public class KeyDownAction
Emulates key press only, without the release.
| Field Summary |
|---|
| Fields inherited from class org.openqa.selenium.internal.interactions.SingleKeyAction |
|---|
key |
| Fields inherited from class org.openqa.selenium.internal.interactions.BaseAction |
|---|
onElement, parent |
| Constructor Summary | |
|---|---|
KeyDownAction(WebDriver parent,
Keys key)
|
|
KeyDownAction(WebDriver parent,
WebElement toElement,
Keys key)
|
|
| Method Summary | |
|---|---|
void |
perform()
|
| Methods inherited from class org.openqa.selenium.internal.interactions.KeysRelatedAction |
|---|
focusOnElement, getKeyboard |
| Methods inherited from class org.openqa.selenium.internal.interactions.BaseAction |
|---|
getMouse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyDownAction(WebDriver parent,
WebElement toElement,
Keys key)
public KeyDownAction(WebDriver parent,
Keys key)
| Method Detail |
|---|
public void perform()
perform in interface Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||