Latest
method BrowserContext.prototype.close
import { BrowserContext } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

Closes the browser context. All the targets that belong to the browser context will be closed.

Returns

Promise<void>