ElementInnerText Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets this element's inner text content including all of its nested children.
Examples

Example: <foo id="1">one<bar>two</bar></foo> If foo is this element then InnerText=onetwo

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

public string InnerText { get; }

Property Value

Type: String
See Also

Reference