CaptureOriginalHTMLSource Property
Description
Indicates whether to save the original HTML source (True) or to save dynamic changes to the HTML source (False) in the Active Screen.
Property type
Read-write property
Syntax
Visual Basic
Public Property CaptureOriginalHTMLSource As Boolean
Return Type
  • True--Captures the HTML source of Web pages as they appear originally, before any scripts are run when the page loads.
  • False--Instructs UFT One to capture the HTML source of Web pages after any dynamic changes have been made to the HTML source (for example, by scripts running automatically when the page is loaded).
See Also