|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.KeysRelatedAction
org.openqa.selenium.interactions.internal.SingleKeyAction
public abstract class SingleKeyAction
Used both by KeyDownAction and KeyUpAction
| Field Summary | |
|---|---|
protected Keys |
key
|
| Fields inherited from class org.openqa.selenium.interactions.internal.KeysRelatedAction |
|---|
keyboard, mouse |
| Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction |
|---|
where |
| Constructor Summary | |
|---|---|
protected |
SingleKeyAction(Keyboard keyboard,
Mouse mouse,
Keys key)
|
protected |
SingleKeyAction(Keyboard keyboard,
Mouse mouse,
Locatable locationProvider,
Keys key)
|
| Method Summary |
|---|
| Methods inherited from class org.openqa.selenium.interactions.internal.KeysRelatedAction |
|---|
focusOnElement |
| 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(Keyboard keyboard,
Mouse mouse,
Keys key)
protected SingleKeyAction(Keyboard keyboard,
Mouse mouse,
Locatable locationProvider,
Keys key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||