Skip to main content
Module

x/puppeteer/mod.ts>BrowserContext#isIncognito

A port of puppeteer running on Deno
Latest
method BrowserContext.prototype.isIncognito
Re-export
import { BrowserContext } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Returns whether BrowserContext is incognito. The default browser context is the only non-incognito browser context.

Returns

boolean