Click or drag to resize

FindResultReceivedParametersTextFinder Property

Gets the ITextFinder instance associated with this object.

Namespace:  DotNetBrowser.Search.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public ITextFinder TextFinder { get; }

Property Value

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