Allows finding text on the loaded web page.
Definition text_finder.hpp:52
virtual std::shared_ptr< Browser > browser()=0
Returns the browser instance of this text finder.
virtual void find(const std::string &text, const FindOptions &options, FindResultCallback callback)=0
Performs search of the given text with the given options, highlights all matches and selects the firs...
virtual void stopFindingAndClearSelection()=0
Stops finding and clears the highlighting of the found matches.
virtual void find(const std::string &text, FindResultCallback callback)=0
Performs search of the given text, highlights all matches and selects the first match on the currentl...
virtual void stopFindingAndKeepSelection()=0
Stops finding and keeps the currently highlighted match selected.