Click or drag to resize

DOMClient.GetSearchResultsAsync Method

Version 107.1.120
Returns search results from given `fromIndex` to given `toIndex` from the search with the given identifier.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.0)
Syntax
public Task<GetSearchResultsResponse> GetSearchResultsAsync(
	string searchId,
	int fromIndex,
	int toIndex
)

Parameters

searchId
Type: System.String
Unique search session identifier.
fromIndex
Type: System.Int32
Start index of the search result to be returned.
toIndex
Type: System.Int32
End index of the search result to be returned.

Return Value

Type: Task<GetSearchResultsResponse>
returns System.Threading.Tasks.Task<GetSearchResultsResponse>
See Also