Findtext
From Scriptwiki
Searches the active window for the specified text, and sets focus on that line.
findtext [-n] <text>
- -n indicates that you wish to search BELOW the current position in the window. Default is ABOVE.
- <text> is the text to search for in the active window.