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

Method grabWebElements

lib/helper/Playwright.js:1831–1834  ·  view source on GitHub ↗

* {{> grabWebElements }} *

(locator)

Source from the content-addressed store, hash-verified

1829 *
1830 */
1831 async grabWebElements(locator) {
1832 const elements = await this._locate(locator)
1833 return elements.map(element => new WebElement(element, this))
1834 }
1835
1836 /**
1837 * {{> grabWebElement }}

Callers

nothing calls this directly

Calls 1

_locateMethod · 0.95

Tested by

no test coverage detected