find

open fun find(searchText: String, forward: Boolean, matchCase: Boolean, findNext: Boolean)

Search for some kind of text on the page.

Parameters

searchText

to be searched for.

forward

indicates whether to search forward or backward within the page.

matchCase

indicates whether the search should be case-sensitive.

findNext

indicates whether this is the first request or a follow-up.