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

Method type

test/lib/browsers/playwright.ts:462–467  ·  view source on GitHub ↗
(this: Playwright<ElementHandleExt>, text: string)

Source from the content-addressed store, hash-verified

460 }
461
462 type(this: Playwright<ElementHandleExt>, text: string) {
463 return this.continueChain(async (el) => {
464 await el.type(text)
465 return el
466 })
467 }
468
469 moveTo(this: Playwright<ElementHandleExt>) {
470 return this.continueChain(async (el) => {

Calls 1

continueChainMethod · 0.95

Tested by 1

submitFormFunction · 0.36