BrowserCleanup Property

Description

Indicates whether to close all open browsers after the current run or iteration ends.

Property type

Read-write property

Syntax

Visual Basic
Public Property BrowserCleanup As Boolean

Return Value

  • True--Closes all open browsers when the test, component, or iteration run is finished.
  • False--No 'cleanup' is performed.

Example

See Also