Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/src/Browser.ts>Browser#pages

Headless Chrome Deno API
Latest
method Browser.prototype.pages
import { Browser } from "https://deno.land/x/pptr@1.2.0/src/Browser.ts";

An array of all open pages inside the Browser.

Returns

Promise<Page[]>