|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openqa.selenium.htmlunit.KeyboardModifiersState
@Deprecated public class KeyboardModifiersState
Holds the state of the modifier keys (Shift, ctrl, alt) for HtmlUnit.
| Constructor Summary | |
|---|---|
KeyboardModifiersState()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
isAltPressed()
Deprecated. |
boolean |
isCtrlPressed()
Deprecated. |
boolean |
isShiftPressed()
Deprecated. |
void |
storeKeyDown(CharSequence key)
Deprecated. |
void |
storeKeyUp(CharSequence key)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyboardModifiersState()
| Method Detail |
|---|
public boolean isShiftPressed()
public boolean isCtrlPressed()
public boolean isAltPressed()
public void storeKeyDown(CharSequence key)
public void storeKeyUp(CharSequence key)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||