Package com.hp.lft.sdk.sap.gui
Interface OKCode
- All Superinterfaces:
Element
,LocationInfoProvider
,SupportsNativeObject
,TestObject
,TestObjectDescriber
An OK Code box in a SAP GUI for Windows application.
-
Method Summary
Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
Methods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
-
Method Details
-
getValue
Returns the command code entered in the field.- Returns:
- the command code.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setValue
Sets the OKCode command.- Parameters:
value
- the text to enter.- Throws:
GeneralLeanFtException
- if error occurs during execution
-