Package com.hp.lft.sdk.te
Interface TextScreen
- All Superinterfaces:
- Clickable,- ScreenBase,- TestObject,- TestObjectDescriber
A terminal emulator screen that uses text-only HLLAPI or does not support HLLAPI.
- 
Method SummaryMethods inherited from interface com.hp.lft.sdk.te.ScreenBasegetSize, getText, getText, sync, sync, waitForText, waitForText, waitForText, waitForText, waitForText, waitForText, waitForText, waitForTextMethods 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- 
clickClicks the specified row and column position on the emulator screen.- Parameters:
- position- The- Positionwithin the emulator screen.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
sendKeysTypes the specified string at the current location of the cursor.- Parameters:
- keys- The specified string which will be typed.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-