Perform Search Request
data class PerformSearchRequest(query: String, includeUserAgentShadowDOM: Boolean?)
Content copied to clipboard
Represents request frame that can be used with DOM#performSearch operation call.
Searches for a given string in the DOM tree. Use getSearchResults
to access search results or cancelSearch
to end this search session.
See also
Constructors
PerformSearchRequest
Link copied to clipboard
fun PerformSearchRequest(query: String, includeUserAgentShadowDOM: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard