pl.wendigo.chrome.api.dom / GetSearchResultsRequest

GetSearchResultsRequest

data class GetSearchResultsRequest (source)

Represents request frame that can be used with DOM#getSearchResults operation call.

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

Link
DOM#getSearchResults method documentation.

See Also

DOMOperations.getSearchResults

Constructors

<init>

GetSearchResultsRequest(searchId: String, fromIndex: Int, toIndex: Int)

Represents request frame that can be used with DOM#getSearchResults operation call.

Properties

fromIndex

val fromIndex: Int

Start index of the search result to be returned.

searchId

val searchId: String

Unique search session identifier.

toIndex

val toIndex: Int

End index of the search result to be returned.