Package com.hp.lft.sdk.oracle
Interface UiObjectBase
- All Superinterfaces:
- Clickable,- LocationInfoProvider
- All Known Subinterfaces:
- ApplicationSession,- Button,- Calendar,- CheckBox,- EditField,- FlexFieldWindow,- FormWindow,- List,- ListOfValues,- LogonWindow,- NavigatorWindow,- Notification,- PickList,- RadioGroup,- StatusBar,- Tab,- Table,- TreeView,- UiFormBase
Base interface of all Oracle test objects.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the general object type.voidselectFromPopupMenu(String path) Opens the context menu and selects the specified menu option.voidselectFromPopupMenu(String... menuPathParts) Opens the context menu and selects the specified menu option.voidInvokes the specified Oracle softkey.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSize
- 
Method Details- 
getObjectTypeReturns the general object type.- Returns:
- the general object type.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
sendKeyInvokes the specified Oracle softkey.- Parameters:
- key- The softkey function to perform. Use- SoftKeysclass.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectFromPopupMenuOpens the context menu and selects the specified menu option.- Parameters:
- path- The path of the menu to open. The path should be a single String of menu item names separated by- ->.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectFromPopupMenuOpens the context menu and selects the specified menu option.- Parameters:
- menuPathParts- The parts that make up the path of the context menu item to select. Each part can be a name of a menu item or a full path of items separated by- ->.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-