Get Search Results Request
data class GetSearchResultsRequest(searchId: String, fromIndex: Int, toIndex: Int)
Content copied to clipboard
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.
See also
Constructors
GetSearchResultsRequest
Link copied to clipboard
fun GetSearchResultsRequest(searchId: String, fromIndex: Int, toIndex: Int)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard