Uses of Class
dev.galasa.zos3270.ErrorTextFoundException
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
-
Uses of ErrorTextFoundException in dev.galasa.zos3270
Modifier and TypeMethodDescriptionITerminal.waitForTextInField
(String string) int
ITerminal.waitForTextInField
(String[] ok, String[] error) int
ITerminal.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds) -
Uses of ErrorTextFoundException in dev.galasa.zos3270.spi
Modifier and TypeMethodDescriptionint
Screen.searchFieldContaining
(@NotNull String[] okText, String[] errorText) int
Screen.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds) int
Terminal.waitForTextInField
(String[] ok, String[] error) int
Terminal.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds)