ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AssociatedBrowser property
Namespaces > ArtOfTest.WebAii.Core > Find > AssociatedBrowser
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.
Syntax
C#
public Browser AssociatedBrowser { get; }
Remarks
Either Find.SearchRegion or Find.AssociatedBrowser is null. Both can't be null and both can't be set.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)