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

Method blur

lib/helper/Playwright.js:1542–1548  ·  view source on GitHub ↗

* {{> blur }} *

(locator, options = {})

Source from the content-addressed store, hash-verified

1540 *
1541 */
1542 async blur(locator, options = {}) {
1543 const el = await this._locateElement(locator)
1544 assertElementExists(el, locator, 'Element to blur')
1545
1546 await el.blur(options)
1547 return this._waitForAction()
1548 }
1549 /**
1550 * Return the checked status of given element.
1551 *

Callers

nothing calls this directly

Calls 3

_locateElementMethod · 0.95
_waitForActionMethod · 0.95
assertElementExistsFunction · 0.70

Tested by

no test coverage detected