MCPcopy
hub / github.com/alixaxel/chrome-aws-lambda / Browser

Interface Browser

typings/chrome-aws-lambda.d.ts:9–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8declare module 'puppeteer-core' {
9 interface Browser {
10 /**
11 * Returns the browser default page.
12 *
13 * @param hooks - Optional hooks to apply on the page.
14 */
15 defaultPage(...hooks: Hook[]): Promise<Page>;
16
17 /**
18 * Returns a new page overloaded with browser-context methods.
19 *
20 * @param hooks - Optional hooks to apply on the new page.
21 */
22 newPage(...hooks: Hook[]): Promise<Page>;
23 }
24
25 interface BrowserContext {
26 /**

Callers 3

index.jsFile · 0.65
Browser.tsFile · 0.65
BrowserContext.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…