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

Method waitUntilExists

lib/helper/Puppeteer.js:2732–2737  ·  view source on GitHub ↗
(locator, sec)

Source from the content-addressed store, hash-verified

2730 }
2731
2732 async waitUntilExists(locator, sec) {
2733 console.log(`waitUntilExists deprecated:
2734 * use 'waitForElement' to wait for element to be attached
2735 * use 'waitForDetached to wait for element to be removed'`)
2736 return this.waitForDetached(locator, sec)
2737 }
2738
2739 /**
2740 * {{> waitForDetached }}

Callers

nothing calls this directly

Calls 2

waitForDetachedMethod · 0.95
logMethod · 0.80

Tested by

no test coverage detected