BrowserGetChildHosts Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Get all containing child hosts. For Browser, this will return a list of all Frames (if any) + any SilverlightApp instances

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

public IAutomationHost[] GetChildHosts()

Return Value

Type: IAutomationHost
The list of automation hosts contained in this browser instance

Implements

IAutomationHostGetChildHosts
See Also

Reference