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 Summary
Methods inherited from interface com.hp.lft.sdk.te.ScreenBase
getSize, getText, getText, sync, sync, waitForText, waitForText, waitForText, waitForText, waitForText, waitForText, waitForText, waitForText
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
-
click
Clicks the specified row and column position on the emulator screen.- Parameters:
position
- ThePosition
within the emulator screen.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
sendKeys
Types 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
-