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

Method moveTo

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

Source from the content-addressed store, hash-verified

467 }
468
469 moveTo(this: Playwright<ElementHandleExt>) {
470 return this.continueChain(async (el) => {
471 await el.hover()
472 return el
473 })
474 }
475
476 async getComputedCss(this: Playwright<ElementHandleExt>, prop: string) {
477 return this.continueChain((el) => el.getComputedCss(prop))

Callers 15

index.edge.jsFile · 0.80
getPathFunction · 0.80
newContourFunction · 0.80
index.node.jsFile · 0.80
getPathFunction · 0.80
newContourFunction · 0.80
drawTreemapFunction · 0.80
index.test.tsFile · 0.80
index.test.tsFile · 0.80
testsFunction · 0.80
testsFunction · 0.80
link.test.tsFile · 0.80

Calls 1

continueChainMethod · 0.95

Tested by 4

testsFunction · 0.64
testsFunction · 0.64
runTestsFunction · 0.64
testsFunction · 0.64