MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / clientSideBlurFn

Function clientSideBlurFn

lib/helper/scripts/blurElement.js:2–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export const blurElement = (element, context) => {
2 const clientSideBlurFn = el => {
3 el.blur()
4 }
5
6 try {
7 // Puppeteer

Callers

nothing calls this directly

Calls 1

blurMethod · 0.45

Tested by

no test coverage detected