findText (String, int, int, boolean)

Method. Finds a text string in the terminal window. For this method to return True, the text must already be present on the display. If your goal is to find text that's either already on the display or will appear on the display from datacomm, use the waitForDisplayString method instead.

public boolean findText(String inString,
                               int inRow,
                               int inCol,
                               boolean ignoreCase)