Created
March 9, 2023 21:49
-
-
Save hendrixroa/3c7f22c795bf09b2522dc320c6d6061a to your computer and use it in GitHub Desktop.
Close function for turning off a window browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public closeBrowser() { | |
| if (this.browser) { | |
| this.browser.close(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment