Skip to content

Instantly share code, notes, and snippets.

@hendrixroa
Created March 9, 2023 21:49
Show Gist options
  • Save hendrixroa/3c7f22c795bf09b2522dc320c6d6061a to your computer and use it in GitHub Desktop.
Save hendrixroa/3c7f22c795bf09b2522dc320c6d6061a to your computer and use it in GitHub Desktop.
Close function for turning off a window browser
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