Click or drag to resize

DOMClientGetSearchResultsAsync Method

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
public Task<GetSearchResultsResponse> GetSearchResultsAsync(
	string searchId,
	int fromIndex,
	int toIndex
)

Parameters

searchId
Type: SystemString
Unique search session identifier.
fromIndex
Type: SystemInt32
Start index of the search result to be returned.
toIndex
Type: SystemInt32
End index of the search result to be returned.

Return Value

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