pl.wendigo.chrome.domain.dom / GetSearchResultsRequest

GetSearchResultsRequest

data class GetSearchResultsRequest (source)

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

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

Constructors

<init>

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

Represents request frame that can be used with DOM.getSearchResults method 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.