WebKit2.FindController.prototype.get_search_text

function get_search_text(): String {
    // Gjs wrapper for webkit_find_controller_get_search_text()
}
  

Gets the text that find_controller is currently searching for. This text is passed to either WebKit2.FindController.prototype.search or WebKit2.FindController.prototype.count_matches.

Returns

the text to look for in the WebKit2.WebView.