MCPcopy
hub / github.com/codeceptjs/CodeceptJS / grabWebElements

Method grabWebElements

lib/helper/Puppeteer.js:1066–1069  ·  view source on GitHub ↗

* {{> grabWebElements }} *

(locator)

Source from the content-addressed store, hash-verified

1064 *
1065 */
1066 async grabWebElements(locator) {
1067 const elements = await this._locate(locator)
1068 return elements.map(element => new WebElement(element, this))
1069 }
1070
1071 /**
1072 * {{> grabWebElement }}

Callers 3

Playwright_test.jsFile · 0.45
Puppeteer_test.jsFile · 0.45
testsFunction · 0.45

Calls 1

_locateMethod · 0.95

Tested by

no test coverage detected