chromium/ios/web/public/find_in_page/README.md

# Find in Page

This directory contains API to search for text on a web page. This directory
does not support any UI API except content highlighting.

## AbstractFindInPageManager

This class exposes the primary Find in Page API.

## JavaScriptFindInPageManager

This class implements the `AbstractFindInPageManager` API using JavaScript.

## FindInPageManager

This class implements the `AbstractFindInPageManager` API using the iOS native
Find in Page API available starting in iOS 16.