BrowserViewSourceString Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets the source of the page currently loaded in the browser. This is the string that the framework used to build the DOM.

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

public string ViewSourceString { get; }

Property Value

Type: String
See Also

Reference