Menu
Open source

$$(selector)

Warning

Use locator-based frame.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

TypeDescription
Promise<ElementHandle[]>A Promise that fulfills with the ElementHandle array of the selector when matching elements are found.