<< Click to Display Table of Contents >> Navigation: Actions > Web Automation > Close Browser |
The Close Browser action terminates browser instances started by the Start Browser action. It can close specific browsers or all browsers at once.
When to use this action:
Freeing system resources after automation completes
Ensuring clean state between automation runs
Closing specific browsers while keeping others open
Emergency cleanup when browsers accumulate
Conditional closing based on task success/failure
Close...
Choose what to close:
•Specific Browser - Close one browser by its variable name
•All Browsers - Close all browsers opened by WebAutomation
Browser
Select which browser instance to close
Must match a variable from Start Browser action
Related Topics