ITargetElement Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents a target element for a specific technology.

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

public interface ITargetElement

The ITargetElement type exposes the following members.

Properties

  NameDescription
Public propertyDepth
Get the depth within the tree.
Public propertyHost
Get the automation host.
Public propertyIsTestRegion
Get whether this element is a test region or not
Public propertyParsedElement
Get the parsed element
Public propertyTechnologyType
Get the technology type of this element.
Top
Methods

  NameDescription
Public methodAddChildNode
Add a child node to this element.
Public methodCapture
Return the visual representation of this element
Public methodGetChildren
Get the children of this element.
Public methodGetHostParent
Gets the ITargetElement representing the host of this element in an outer container, if one exists. For example, this will return an IFRAME element for a page contained within an IFRAME on another page.
Public methodGetParent
Gets the parent of this element.
Public methodGetRectangle
Return the rectangle of this element
Public methodGetStringPresentation
Return a string representation of this element
Public methodGetUniqueHashCode
Returns a unique ID that identifies this target element.
Public methodMatch
Match this target element against an expression.
Public methodRefresh
Ensure current state.
Public methodSetClosingTag
Set the closing tag for this element.
Public methodSetDepth
Set the depth of this element.
Public methodSetParent
Set the parent of this node.
Top
See Also

Reference