Search In Resource Request
data class SearchInResourceRequest(frameId: FrameId, url: String, query: String, caseSensitive: Boolean?, isRegex: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Page#searchInResource operation call.
Searches for given string in resource content.
See also
Constructors
SearchInResourceRequest
Link copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard