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

Method last

lib/locator.js:300–302  ·  view source on GitHub ↗

* @returns {Locator}

()

Source from the content-addressed store, hash-verified

298 * @returns {Locator}
299 */
300 last() {
301 return this.at(-1)
302 }
303
304 /**
305 * Find an element containing a text

Callers 4

locator_test.jsFile · 0.45
trace_test.jsFile · 0.45
mcp-server.jsFile · 0.45

Calls 1

atMethod · 0.95

Tested by

no test coverage detected