ElementContent Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets the raw content of the tag that represents this element.
Examples

The following tag <foo id="bar" height="px">some text</foo> , has a Content property that is: '<foo id="bar" height="px">' Note: this does not include the innerText or the closing tag.

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

public string Content { get; }

Property Value

Type: String
See Also

Reference