Package com.hp.lft.sdk.sap.gui
Interface Element
- All Superinterfaces:
- LocationInfoProvider,- SupportsNativeObject,- TestObject,- TestObjectDescriber
- All Known Subinterfaces:
- APOGrid,- Button,- Calendar,- CheckBox,- ComboBox,- EditField,- Editor,- Grid,- Label,- Menubar,- OKCode,- RadioButton,- StatusBar,- TabControl,- Table,- TableBase<T>,- ToolBar,- TreeView,- Window
An object in a SAP GUI for Windows application.
- 
Method SummaryMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, 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, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribe
- 
Method Details- 
getTypeReturns the GUI component type of this element.- Returns:
- the component type.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getIdReturns the element's unique identifier in text format.- Returns:
- the unique identifier.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getNameReturns the name of the element.- Returns:
- the name of the element.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-