pl.wendigo.chrome.api.network / SearchInResponseBodyResponse

SearchInResponseBodyResponse

data class SearchInResponseBodyResponse (source)

Represents response frame that is returned from Network#searchInResponseBody operation call. Searches for given string in response content.

Link
Network#searchInResponseBody method documentation.

See Also

NetworkOperations.searchInResponseBody

Constructors

<init>

SearchInResponseBodyResponse(result: List<SearchMatch>)

Represents response frame that is returned from Network#searchInResponseBody operation call. Searches for given string in response content.

Properties

result

val result: List<SearchMatch>

List of search matches.