Class KeyHelper
java.lang.Object
com.atlassian.jira.plugins.pageobjects.KeyHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGenerates the platform-specific undo sequence that can be sent to an element OSX: Cmd+y Linux/Windows: Ctrl+ystatic StringGenerates the platform-specific select all text that can be sent to an element OSX: Cmd+a Linux/Windows: Ctrl+astatic StringGenerates the platform-specific undo sequence that can be sent to an element OSX: Cmd+z Linux/Windows: Ctrl+Z
-
Constructor Details
-
KeyHelper
public KeyHelper()
-
-
Method Details
-
getUndoKeys
Generates the platform-specific undo sequence that can be sent to an element OSX: Cmd+z Linux/Windows: Ctrl+Z- Returns:
- the undo sequence
-
getRedoKeys
Generates the platform-specific undo sequence that can be sent to an element OSX: Cmd+y Linux/Windows: Ctrl+y- Returns:
- the redo sequence
-
getSelectAllKeys
Generates the platform-specific select all text that can be sent to an element OSX: Cmd+a Linux/Windows: Ctrl+a- Returns:
- the redo sequence
-