MCPcopy
hub / github.com/vitest-dev/vitest / unhover

Function unhover

packages/browser/src/client/tester/context.ts:87–89  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

85 return convertToLocator(element).hover(options)
86 },
87 unhover(element, options) {
88 return convertToLocator(element).unhover(options)
89 },
90 upload(element, files: string | string[] | File | File[], options) {
91 return convertToLocator(element).upload(files, options)
92 },

Callers

nothing calls this directly

Calls 3

convertToLocatorFunction · 0.85
toElementFunction · 0.85
unhoverMethod · 0.65

Tested by

no test coverage detected