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

Method waitUntilExists

lib/helper/Playwright.js:3733–3738  ·  view source on GitHub ↗
(locator, sec)

Source from the content-addressed store, hash-verified

3731 }
3732
3733 async waitUntilExists(locator, sec) {
3734 console.log(`waitUntilExists deprecated:
3735 * use 'waitForElement' to wait for element to be attached
3736 * use 'waitForDetached to wait for element to be removed'`)
3737 return this.waitForDetached(locator, sec)
3738 }
3739
3740 /**
3741 * {{> waitForDetached }}

Callers

nothing calls this directly

Calls 2

waitForDetachedMethod · 0.95
logMethod · 0.80

Tested by

no test coverage detected