chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / DOMDomain / performSearch

performSearch

suspend fun performSearch(input: PerformSearchRequest): PerformSearchResponse

Searches for a given string in the DOM tree. Use getSearchResults to access search results or cancelSearch to end this search session.

Official doc