HtmlControlFindParentContainerTContainerControl Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Traverses the DOM tree upwards until it finds the container element desired.

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

protected Element FindParentContainer<TContainerControl>()
where TContainerControl : new(), HtmlContainerControl

Type Parameters

TContainerControl

Return Value

Type: Element
The container element or element null.
See Also

Reference