Package com.hp.lft.sdk.te
Interface Window
- All Superinterfaces:
- TestObject,- TestObjectDescriber,- TopLevelObject
A terminal emulator window.
- 
Method SummaryModifier and TypeMethodDescriptionvoidactivate()Activates the Terminal Emulator window.voidactivate(MouseButton button) Activates the Terminal Emulator window.Returns the Terminal Emulator status.intReturns the Terminal Emulator window handle.Returns the Terminal Emulator protocol.Returns the Terminal Emulator short name.Methods 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- 
getHandleReturns the Terminal Emulator window handle.- Returns:
- Terminal Emulator window handle.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getEmulatorStatusReturns the Terminal Emulator status.- Returns:
- Terminal Emulator status. Possible values: EmulatorStatus
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getProtocolReturns the Terminal Emulator protocol.- Returns:
- Terminal Emulator protocol. Possible values: Protocol
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getShortNameReturns the Terminal Emulator short name.- Returns:
- Terminal Emulator short name.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
activateActivates the Terminal Emulator window.- Parameters:
- button- the mouse button used for the click operation. Possible values:- MouseButton
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
activateActivates the Terminal Emulator window.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-