Click or drag to resize

IBrowserTextFinder Property

Gets the ITextFinder instance that can be used for finding text on a web page loaded in the browser.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
ITextFinder TextFinder { get; }

Property Value

Type: ITextFinder
The ITextFinder instance associated with this IBrowser.
See Also