Uses of Enum Class
com.hp.lft.sdk.mobile.Keys

Packages that use Keys
Package
Description
Provides the SDK for testing objects in mobile applications.
  • Uses of Keys in com.hp.lft.sdk.mobile

    Methods in com.hp.lft.sdk.mobile that return Keys
    Modifier and Type
    Method
    Description
    static Keys
    Keys.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Keys[]
    Keys.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in com.hp.lft.sdk.mobile with parameters of type Keys
    Modifier and Type
    Method
    Description
    void
    Device.sendKey(Keys key)
    Simulates pressing a special key in the device keyboard.
    void
    Device.sendKey(Keys key, int duration)
    Simulates pressing a special key in the device keyboard, with the option to define the time to keep the key pressed.