WebKit2.FindController.prototype.search_next
function search_next(): void { // Gjs wrapper for webkit_find_controller_search_next() }
Looks for the next occurrence of the search text.
Calling this method before WebKit2.FindController.prototype.search or WebKit2.FindController.prototype.count_matches is a programming error.