Package com.hp.lft.sdk.te
Interface Window
- All Superinterfaces:
TestObject
,TestObjectDescriber
,TopLevelObject
A terminal emulator window.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activate()
Activates the Terminal Emulator window.void
activate
(MouseButton button) Activates the Terminal Emulator window.Returns the Terminal Emulator status.int
Returns the Terminal Emulator window handle.Returns the Terminal Emulator protocol.Returns the Terminal Emulator short name.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
-
getHandle
Returns the Terminal Emulator window handle.- Returns:
- Terminal Emulator window handle.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getEmulatorStatus
Returns the Terminal Emulator status.- Returns:
- Terminal Emulator status. Possible values:
EmulatorStatus
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getProtocol
Returns the Terminal Emulator protocol.- Returns:
- Terminal Emulator protocol. Possible values:
Protocol
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getShortName
Returns the Terminal Emulator short name.- Returns:
- Terminal Emulator short name.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
activate
Activates the Terminal Emulator window.- Parameters:
button
- the mouse button used for the click operation. Possible values:MouseButton
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
activate
Activates the Terminal Emulator window.- Throws:
GeneralLeanFtException
- if error occurs during execution
-