Click or drag to resize

DOMClientGetSearchResultsAsync Method

Version 86.0.240
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: 86.0.240.0 (86.0.240.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