MCPcopy
hub / github.com/vuejs/core / click

Function click

packages/vue/__tests__/e2e/e2eUtils.ts:93–98  ·  view source on GitHub ↗
(
    selector: string,
    options?: ClickOptions,
  )

Source from the content-addressed store, hash-verified

91 })
92
93 async function click(
94 selector: string,
95 options?: ClickOptions,
96 ): Promise<void> {
97 await page.click(selector, options)
98 }
99
100 async function count(selector: string): Promise<number> {
101 return (await page.$$(selector)).length

Callers 12

testGridFunction · 0.70
testSvgFunction · 0.70
testCommitsFunction · 0.70
testTreeFunction · 0.70
assertHydrationSuccessFunction · 0.70
removeItemAtFunction · 0.70
testTodomvcFunction · 0.70
assertInteractionFunction · 0.70
vModel.spec.tsFile · 0.70
incFunction · 0.50
onClickFunction · 0.50

Calls 1

clickMethod · 0.65

Tested by

no test coverage detected