MCPcopy
hub / github.com/vercel/next.js / addCookies

Method addCookies

packages/next-playwright/src/index.ts:10–10  ·  view source on GitHub ↗
(
    cookies: Array<{
      name: string
      value: string
      url?: string
      domain?: string
      path?: string
    }>
  )

Source from the content-addressed store, hash-verified

8 */
9interface PlaywrightBrowserContext {
10 addCookies(
11 cookies: Array<{
12 name: string
13 value: string

Callers 3

instantFunction · 0.80
addCookieMethod · 0.80
beforePageLoadFunction · 0.80

Calls

no outgoing calls

Tested by 1

beforePageLoadFunction · 0.64