Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method BrowserContext.prototype.close
import { BrowserContext } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/Browser.d.ts";

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

Returns

Promise<void>