ElementAddChild Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Add a child element to this element.

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

public virtual void AddChild(
	Element child
)

Parameters

child
Type: ArtOfTest.WebAii.ObjectModelElement
The child to add.
Remarks

This method will only add elements of ParsingType=Markup to the Children collection. ChildNodes collection will contain a complete list of elements of all types. (i.e. Comment,TextLiteral ...etc).
See Also

Reference