pl.wendigo.chrome.domain.page / SearchInResourceResponse

SearchInResourceResponse

data class SearchInResourceResponse (source)

Represents response frame for Page.searchInResource method call.

Searches for given string in resource content.

Constructors

<init>

SearchInResourceResponse(result: List<SearchMatch>)

Represents response frame for Page.searchInResource method call.

Properties

result

val result: List<SearchMatch>

List of search matches.