MCPcopy
hub / github.com/daeuniverse/daed / PageConfig

Interface PageConfig

scripts/screenshot.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const MOBILE_DIR = `${OUTPUT_DIR}/mobile`
12
13interface PageConfig {
14 name: string
15 path: string
16 waitFor?: string
17 setup?: (page: Page) => Promise<void>
18}
19
20type Page = Awaited<ReturnType<Awaited<ReturnType<typeof chromium.launch>>['newPage']>>
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected