|
||||||||||
| 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
public abstract class SingleKeyAction
Used both by KeyDownAction and KeyUpAction
| Field Summary | |
|---|---|
protected Keys |
key
|
| Fields inherited from class org.openqa.selenium.internal.interactions.BaseAction |
|---|
onElement, parent |
| Constructor Summary | |
|---|---|
protected |
SingleKeyAction(WebDriver parent,
Keys key)
|
protected |
SingleKeyAction(WebDriver parent,
WebElement toElement,
Keys key)
|
| Method Summary |
|---|
| 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 |
| Field Detail |
|---|
protected final Keys key
| Constructor Detail |
|---|
protected SingleKeyAction(WebDriver parent,
Keys key)
protected SingleKeyAction(WebDriver parent,
WebElement toElement,
Keys key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||