pl.wendigo.chrome.api.page / SearchInResourceResponse

SearchInResourceResponse

data class SearchInResourceResponse (source)

Represents response frame that is returned from Page#searchInResource operation call. Searches for given string in resource content.

Link
Page#searchInResource method documentation.

See Also

PageOperations.searchInResource

Constructors

<init>

SearchInResourceResponse(result: List<SearchMatch>)

Represents response frame that is returned from Page#searchInResource operation call. Searches for given string in resource content.

Properties

result

val result: List<SearchMatch>

List of search matches.