find
fun find(text: String, forward: Boolean = true, matchCase: Boolean = false, findNext: Boolean = false)
Starts/continues a find-in-page for text. Results arrive on CefriumViewState.findActiveMatch / CefriumViewState.findMatchCount. Set findNext true to step to the next match of the same query.