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.sdk
Methods in com.hp.lft.sdk that return Keyboard.KeysModifier and TypeMethodDescriptionstatic Keyboard.Keys
Returns 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 void
Keyboard.keyDown
(Keyboard.Keys key) Presses and holds the specified key using a keyboard virtual key.void
KeyboardDevice.keyDown
(Keyboard.Keys key) Presses and holds the specified key using a keyboard virtual key.static void
Keyboard.keyUp
(Keyboard.Keys key) Releases the specified key based on its keyboard virtual key.void
KeyboardDevice.keyUp
(Keyboard.Keys key) Releases the specified key based on its keyboard virtual key.static void
Keyboard.pressKey
(Keyboard.Keys key) Presses the specified key using a keyboard virtual key.void
KeyboardDevice.pressKey
(Keyboard.Keys key) Presses the specified key using a keyboard virtual key.