This is documentation for the next version of K6. For the latest stable release, go to the latest version.
$$(selector)
Warning
Use locator-basedframe.locator(selector)
instead.
The method finds all elements matching the specified selector within the page. If no elements match the selector, the return value resolves to []
.
Returns
Type | Description |
---|---|
Promise<ElementHandle[]> | A Promise that fulfills with the ElementHandle array of the selector when matching elements are found. |