CaptureLevel Property
Description
The level indicating the quantity of information that is saved in the Active Screen.
Property type
Read-write property
Syntax
Visual Basic
Public Property CaptureLevel As String
Return Type
  • Complete--Captures all properties of all objects in the application???s open window/dialog box in the Active Screen of each step, and saves all Web pages (including any dynamic changes). Choosing this option saves Active Screen files in a compressed format.
  • Partial--Captures all properties of all objects in the application???s open window/dialog box in the Active Screen of the first step performed in an application???s window. This level also saves all Web pages (including any dynamic changes). Choosing this option saves Active Screen files in a compressed format.
  • Minimum--Captures properties only for the recorded object and its parent in the Active Screen of each step, and saves the original source HTML of all Web pages (disregarding any dynamic changes). Choosing this option saves Active Screen files in a compressed format.
  • None--Disables capturing of Active Screen files for all applications and Web pages.
Remarks
The more information saved in the Active Screen, the easier it is to edit the test after it is recorded. However, more information saved in the Active Screen adds to the recording time and disk space required. This is especially critical in Visual Basic, ActiveX, and .NET Windows Forms environments.
Example
See Also