find method

  1. @DomName('Window.find')
  2. @DocsEditable()
  3. @Experimental()
bool find (String string, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)

Finds text in this window.

Other resources

Implementation

@DomName('Window.find')
@DocsEditable()
@Experimental() // non-standard
bool find(String string, bool caseSensitive, bool backwards, bool wrap,
    bool wholeWord, bool searchInFrames, bool showDialog) native;