Active Property
Description
Indicates whether to record and run on any open Java application or applet (False) or to open a specified application or applet (True) when a record or run session begins.
Property type
Read-write property
Syntax
Visual Basic
Public Property Active As Boolean
Return Type
  • True--The JavaLauncher opens the specified application or applet when a record or run session begins.
  • False--The test is set to record and run on any open Java application or applet. 
  • Example
    See Also