Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
const
blurElement = (element, context) => {
2
const
clientSideBlurFn = el => {
3
el.blur()
4
}
5
6
try {
7
// Puppeteer
Callers
nothing calls this directly
Calls
1
blur
Method · 0.45
Tested by
no test coverage detected