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

Method first

lib/utils/trace.js:292–292  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

290 }
291
292 first(kind) { return this.nth(0, kind) }
293 last(kind) { return this.nth(-1, kind) }
294 count(kind) { return this.list(kind).length }
295}

Callers 8

waitForElementMethod · 0.45
waitForVisibleMethod · 0.45
waitForInvisibleMethod · 0.45
waitToHideMethod · 0.45
waitForTextMethod · 0.45
waitForDetachedMethod · 0.45
findElementFunction · 0.45
proceedSelectFunction · 0.45

Calls 1

nthMethod · 0.95

Tested by

no test coverage detected