Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
waitForElement
Method · 0.45
waitForVisible
Method · 0.45
waitForInvisible
Method · 0.45
waitToHide
Method · 0.45
waitForText
Method · 0.45
waitForDetached
Method · 0.45
findElement
Function · 0.45
proceedSelect
Function · 0.45
Calls
1
nth
Method · 0.95
Tested by
no test coverage detected