CloseOnExit Property
Description
Indicates whether the browser that was opened by the launcher should be closed when the test is closed.
Property type
Read-write property
Syntax
Visual Basic
Public Property CloseOnExit As Boolean
Return Type
  • True--Closes the browser opened by the launcher when the test is closed.
  • False--Does not close any browsers when the test is closed.  The browser opened by the launcher remains open unless it was closed during the the test run.
Example
See Also