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

Method waitToHide

lib/helper/WebDriver.js:2717–2719  ·  view source on GitHub ↗

* {{> waitToHide }}

(locator, sec = null)

Source from the content-addressed store, hash-verified

2715 * {{> waitToHide }}
2716 */
2717 async waitToHide(locator, sec = null) {
2718 return this.waitForInvisible(locator, sec)
2719 }
2720
2721 /**
2722 * {{> waitForDetached }}

Callers

nothing calls this directly

Calls 1

waitForInvisibleMethod · 0.95

Tested by

no test coverage detected