ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
TreeBuilder.TestRegions property
Gets a dictionary list of all testregions in the current Dom tree. You can access these regions direction from this property.
Examples
To access the 'foo' test region you can simply call:
    TestRegion foo = myBrowser.DomTree.TestRegions["foo"];
  
Syntax
C#
public TestRegionCollection TestRegions { get; }
Remarks
Regardless of the nesting of test regions in the parsed document, the dictionary returned by this property contains a flat list of all regions.

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