Interface ITextFinder
- Namespace
- DotNetBrowser.Search
- Assembly
- DotNetBrowser.dll
Allows finding text on the loaded web page.
public interface ITextFinder : IAutoDisposable
- Inherited Members
Properties
Methods
- Find(string, FindOptions, IHandler<FindResultReceivedParameters>)
Performs search of the given
searchText
with the givenoptions
, highlights all matches and selects the first match on the currently loaded web page.
- StopFinding(StopFindAction)
Stops finding and clears the highlighting of the found matches.