Skip to content

Puppeteer throws exception closing browser #10

@Conrad2134

Description

@Conrad2134

Need to handle (try/catch) our browser.close(), as it's throwing an exception when running in a local development server for some reason.

try {
  await browser.close();
} catch (ex) {
  console.log("EX", ex);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions