WKFindResult
An object that contains the results of searching the web view’s contents.
Declaration
@MainActor class WKFindResultOverview
When you perform a search using the methods of WKWebView, the web view creates a WKFindResult object and delivers it to your completion handler. You don’t create instances of this class directly. Use the objects that the web view provides to determine whether it found a match for the content.