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

GetSearchResultsResponse

data class GetSearchResultsResponse

Response type for the DOMDomain.getSearchResults command.

Constructors

<init>

Response type for the DOMDomain.getSearchResults command.

GetSearchResultsResponse(nodeIds: List<NodeId>)

Properties

nodeIds

Ids of the search result nodes.

val nodeIds: List<NodeId>