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

Method click

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

Source from the content-addressed store, hash-verified

494 }
495
496 click(this: Playwright<ElementHandleExt>) {
497 return this.continueChain(async (el) => {
498 await el.click()
499 return el
500 })
501 }
502
503 touchStart(this: Playwright<ElementHandleExt>) {
504 return this.continueChain(async (el) => {

Callers 15

softNavigationByClickMethod · 0.80
goFromHomeToAnotherFunction · 0.80
goFromAnotherToHomeFunction · 0.80
navigateTestFunction · 0.80
runTestsFunction · 0.80
index.test.tsFile · 0.80
index.test.tsFile · 0.80
index.test.tsFile · 0.80
runTestsFunction · 0.80
index.test.tsFile · 0.80
navigateToFunction · 0.80
runTestsFunction · 0.80

Calls 1

continueChainMethod · 0.95

Tested by 15

goFromHomeToAnotherFunction · 0.64
goFromAnotherToHomeFunction · 0.64
navigateTestFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
navigateToFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
showsErrorFunction · 0.64
noErrorFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64