Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method BrowserContext.prototype.close
Re-export
import { BrowserContext } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";

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

Returns

Promise<void>