It'll emulate the search functionality (ctrl+f) on web browser.
The call is as follows:
window.find("installation", false, true, true, false, true, false)
Arguments are:
- string to find
- aCaseSensitive
- aBackwards
- aWrapAround
- aWholeWord
- aSearchInFrames
- aShowDialog
It'll emulate the search functionality (ctrl+f) on web browser.
The call is as follows:
Arguments are: