ElementInnerMarkup Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets the InnerMarkup of this element.
Examples

Example: <foo id="1">hello<bar></bar></foo> If foo is this element then InnerMarkup=<bar></bar>

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

public string InnerMarkup { get; }

Property Value

Type: String
See Also

Reference