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

PerformSearchResponse

data class PerformSearchResponse

Response type for the DOMDomain.performSearch command.

Constructors

<init>

Response type for the DOMDomain.performSearch command.

PerformSearchResponse(searchId: String, resultCount: Int)

Properties

resultCount

Number of search results.

val resultCount: Int

searchId

Unique search session identifier.

val searchId: String