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

Method touchStart

test/lib/browsers/playwright.ts:503–508  ·  view source on GitHub ↗
(this: Playwright<ElementHandleExt>)

Source from the content-addressed store, hash-verified

501 }
502
503 touchStart(this: Playwright<ElementHandleExt>) {
504 return this.continueChain(async (el) => {
505 await el.dispatchEvent('touchstart')
506 return el
507 })
508 }
509
510 elementsByCss(selector: string) {
511 return this.startChain(() =>

Callers 1

runTestsFunction · 0.80

Calls 2

continueChainMethod · 0.95
dispatchEventMethod · 0.80

Tested by 1

runTestsFunction · 0.64