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

Method close

test/lib/browsers/playwright.ts:226–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 }
225
226 async close(): Promise<void> {
227 await teardown(this.teardownTracing.bind(this))
228 await page?.close()
229 }
230
231 async launchBrowser(
232 browserName: string,

Callers 1

loadPageMethod · 0.95

Calls 3

teardownFunction · 0.70
closeMethod · 0.65
bindMethod · 0.45

Tested by

no test coverage detected