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.sdk
Methods in com.hp.lft.sdk that return KeyModifierModifier and TypeMethodDescriptionstatic KeyModifier
Returns 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 TypeMethodDescriptionvoid
SupportSendKeys.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.java
Method parameters in com.hp.lft.sdk.java with type arguments of type KeyModifierModifier and TypeMethodDescriptionvoid
UiObjectBase.sendKeys
(String input, EnumSet<KeyModifier> modifiers) Types the specified string into the test object, including special keys or key modifiers.