Uses of Class
dev.galasa.zos3270.TextNotFoundException
Packages that use TextNotFoundException
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
-
Uses of TextNotFoundException in dev.galasa.zos3270
Methods in dev.galasa.zos3270 that throw TextNotFoundExceptionModifier and TypeMethodDescriptionITerminal.positionCursorToFieldContaining(@NotNull String searchText) ITerminal.retrieveFieldTextAfterFieldWithString(String string) Retrieve the contents of the field which is immediately after a field containing the string provided.ITerminal.verifyTextInField(String string) ITerminal.waitForTextInField(String string) intITerminal.waitForTextInField(String[] ok, String[] error) intITerminal.waitForTextInField(String[] ok, String[] error, long timeoutInMilliseconds) -
Uses of TextNotFoundException in dev.galasa.zos3270.spi
Methods in dev.galasa.zos3270.spi that throw TextNotFoundExceptionModifier and TypeMethodDescriptionScreen.getValueFromFieldContaining(String text) voidScreen.positionCursorToFieldContaining(@NotNull String text) Terminal.positionCursorToFieldContaining(@NotNull String text) Terminal.retrieveFieldTextAfterFieldWithString(String fieldName) Returns a String of text in a Field with a given name.intScreen.searchFieldContaining(@NotNull String[] okText, String[] errorText) voidScreen.searchFieldContaining(String text) Terminal.verifyTextInField(String text) intScreen.waitForTextInField(String[] ok, String[] error, long timeoutInMilliseconds) intScreen.waitForTextInField(String text, long maxWait) Terminal.waitForTextInField(String text) intTerminal.waitForTextInField(String[] ok, String[] error) intTerminal.waitForTextInField(String[] ok, String[] error, long timeoutInMilliseconds)