Uses of Enum Class
com.hp.lft.sdk.KeyModifier
Packages that use KeyModifier
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing Java objects.
- 
Uses of KeyModifier in com.hp.lft.sdkMethods in com.hp.lft.sdk that return KeyModifierModifier and TypeMethodDescriptionstatic KeyModifierReturns the enum constant of this class with the specified name.static KeyModifier[]KeyModifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.hp.lft.sdk with type arguments of type KeyModifierModifier and TypeMethodDescriptionvoidSupportSendKeys.sendKeys(String input, EnumSet<KeyModifier> modifiers) Types the specified string into the object in the application, including special keys or key modifiers.
- 
Uses of KeyModifier in com.hp.lft.sdk.javaMethod parameters in com.hp.lft.sdk.java with type arguments of type KeyModifierModifier and TypeMethodDescriptionvoidUiObjectBase.sendKeys(String input, EnumSet<KeyModifier> modifiers) Types the specified string into the test object, including special keys or key modifiers.