pl.wendigo.chrome.api.dom / GetSearchResultsResponse

GetSearchResultsResponse

data class GetSearchResultsResponse (source)

Represents response frame that is returned from 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>

GetSearchResultsResponse(nodeIds: List<NodeId>)

Represents response frame that is returned from DOM#getSearchResults operation call. Returns search results from given fromIndex to given toIndex from the search with the given identifier.

Properties

nodeIds

val nodeIds: List<NodeId>

Ids of the search result nodes.