Element Constructor

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Initialize an element proxy. The only property off this element that you can use is Wait.Exist() or Wait.ExistsNot()

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

public Element(
	HtmlFindExpression findExpr,
	Find findObj,
	Browser ownerBrowser
)

Parameters

findExpr
Type: ArtOfTest.WebAii.CoreHtmlFindExpression
A FindExpression identifying this element
findObj
Type: ArtOfTest.WebAii.CoreFind
The Find object to use
ownerBrowser
Type: ArtOfTest.WebAii.CoreBrowser
Owner browser
See Also

Reference