FindAssociatedBrowser Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
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: 2018.1.116.0 (2018.1.116.0)
Syntax

public Browser AssociatedBrowser { get; }

Property Value

Type: Browser
Remarks

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

Reference