find method

bool find (String string, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)

Finds text in this window.

Other resources

Implementation

bool find(String string, bool caseSensitive, bool backwards, bool wrap,
    bool wholeWord, bool searchInFrames, bool showDialog) native;