ActiveScripts Property
Description
The criteria for when UFT One runs scripts when displaying web pages in the Active Screen.
Property type
Read-write property
Syntax
Visual Basic
Public Property ActiveScripts As String
Return Type
  • Enabled--Runs scripts whenever loading a page in the Active Screen.
  • Automatic--Runs scripts as needed, according to the page that is displayed.
  • Disabled--Prevents scripts from running when loading a page in the Active Screen.
Remarks
This option is relevant only when running UFT One in Visible mode.
See Also