Gets the browser object that is associated with this find object. If this property is null, then the Find object is associated with a search region.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public Browser AssociatedBrowser { get; }
Visual Basic (Declaration)
Public ReadOnly Property AssociatedBrowser As Browser
Visual C++
public:
property Browser^ AssociatedBrowser {
	Browser^ get ();
}

Remarks

Either Find.SearchRegion or Find.AssociatedBrowser is null. Both can't be null and both can't be set.

See Also