awe_webview_find

Start finding a certain string on the current web-page. All matches of the string will be highlighted on the page and you can jump to different instances of the string by using the 'findNext' parameter. To get actual stats about a certain query, please see awe_webview_set_callback_get_find_results.

@param request_id A unique numeric ID for each search. You will need to generate one yourself for each unique search-- please note that you should use the same request_id if you wish to iterate through all the search results using the 'findNext' parameter.

@param search_string The string to search for.

@param forward Whether or not we should search forward, down the page.

@param case_sensitive Whether or not this search is case-sensitive.

@param find_next Whether or not we should jump to the next instance of a search string (you should use the same request_id as a previously-successful search).

version(Windows)
void
awe_webview_find

Meta