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

Method click

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

Source from the content-addressed store, hash-verified

34interface PuppeteerUtils {
35 page: () => Page
36 click(selector: string, options?: ClickOptions): Promise<void>
37 count(selector: string): Promise<number>
38 text(selector: string): Promise<string | null>
39 value(selector: string): Promise<string>

Callers 9

instance.spec.tsFile · 0.65
patchProps.spec.tsFile · 0.65
classWhenTransitionStartFunction · 0.65
Transition.spec.tsFile · 0.65
svgTransitionStartFunction · 0.65
clickFunction · 0.65
htmlWhenTransitionStartFunction · 0.65

Calls

no outgoing calls

Tested by 4

classWhenTransitionStartFunction · 0.52
svgTransitionStartFunction · 0.52
clickFunction · 0.52
htmlWhenTransitionStartFunction · 0.52