HtmlControlAssignElement Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Attach the specified Element to this HtmlControl and initialize its internal properties.

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

public override void AssignElement(
	Element e
)

Parameters

e
Type: ArtOfTest.WebAii.ObjectModelElement
The base Element to attach to.
See Also

Reference