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

Method first

lib/locator.js:293–295  ·  view source on GitHub ↗

* @returns {Locator}

()

Source from the content-addressed store, hash-verified

291 * @returns {Locator}
292 */
293 first() {
294 return this.at(1)
295 }
296
297 /**
298 * @returns {Locator}

Callers 4

locator_test.jsFile · 0.45
trace_test.jsFile · 0.45
github_test.jsFile · 0.45

Calls 1

atMethod · 0.95

Tested by

no test coverage detected