public class KeyboardModifiersState extends Object
| Constructor and Description |
|---|
KeyboardModifiersState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAltPressed() |
boolean |
isCtrlPressed() |
boolean |
isShiftPressed() |
void |
storeKeyDown(org.openqa.selenium.Keys key) |
void |
storeKeyUp(org.openqa.selenium.Keys key) |
Copyright © 2013. All Rights Reserved.