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 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
-
getType
Returns the GUI component type of this element.- Returns:
- the component type.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getId
Returns the element's unique identifier in text format.- Returns:
- the unique identifier.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getName
Returns the name of the element.- Returns:
- the name of the element.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-