Table of Contents

Interface ITextFinder

Namespace
DotNetBrowser.Search
Assembly
DotNetBrowser.dll

Allows finding text on the loaded web page.

public interface ITextFinder : IAutoDisposable
Inherited Members

Properties

Browser

Gets the IBrowser instance associated with this object.

Methods

Find(string, FindOptions, IHandler<FindResultReceivedParameters>)

Performs search of the given searchText with the given options, 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.