CloseWebBrowserOnCompletion |
Top Previous Next |
×V3.0Ø Valid for: SetStartup & SetRuntime
Syntax - SetStartup CloseWebBrowserOnCompletion {"Yes" | "No"}
Description: This option is used to determine if the web browser is to close upon completion of the script.
Note: It is a good practice to close the web browser before the script completes using the CloseWebBrowser command.
Sample: The following statement sets the CloseWebBrowserOnCompletion option so that it instructs the web browser to close upon the completion of the script file. SetStartup CloseWebBrowserOnCompletion "Yes"
See Also:
|