Active Property
Description
Indicates whether to record and run on any open browser (False) or to open a specified browser and URL (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 WebLauncher opens the specified browser and URL when a record or run session begins.
  • False--The test is set to record and run on any open Web application. 
Example
See Also