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

Parameters

connection: Connection
contextIds: string[]
ignoreHTTPSErrors: boolean
optional
defaultViewport: Viewport | null
optional
process: Deno.Process
optional
closeCallback: BrowserCloseCallback
optional
targetFilterCallback: TargetFilterCallback
optional
isPageTargetCallback: IsPageTargetCallback