find method
Finds text in this window.
Other resources
- Window.find from MDN.
Implementation
bool find(
String? string,
bool? caseSensitive,
bool? backwards,
bool? wrap,
bool? wholeWord,
bool? searchInFrames,
bool? showDialog,
) native;