chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetSearchResultsRequest

GetSearchResultsRequest

data class GetSearchResultsRequest

Request object containing input parameters for the DOMDomain.getSearchResults command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.getSearchResults command.

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

Properties

fromIndex

Start index of the search result to be returned.

val fromIndex: Int

searchId

Unique search session identifier.

val searchId: String

toIndex

End index of the search result to be returned.

val toIndex: Int