Uses of Enum Class
com.hp.lft.sdk.Keyboard.Keys
Packages that use Keyboard.Keys
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
- 
Uses of Keyboard.Keys in com.hp.lft.sdkMethods in com.hp.lft.sdk that return Keyboard.KeysModifier and TypeMethodDescriptionstatic Keyboard.KeysReturns the enum constant of this class with the specified name.static Keyboard.Keys[]Keyboard.Keys.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk with parameters of type Keyboard.KeysModifier and TypeMethodDescriptionstatic voidKeyboard.keyDown(Keyboard.Keys key) Presses and holds the specified key using a keyboard virtual key.voidKeyboardDevice.keyDown(Keyboard.Keys key) Presses and holds the specified key using a keyboard virtual key.static voidKeyboard.keyUp(Keyboard.Keys key) Releases the specified key based on its keyboard virtual key.voidKeyboardDevice.keyUp(Keyboard.Keys key) Releases the specified key based on its keyboard virtual key.static voidKeyboard.pressKey(Keyboard.Keys key) Presses the specified key using a keyboard virtual key.voidKeyboardDevice.pressKey(Keyboard.Keys key) Presses the specified key using a keyboard virtual key.