Skip to main content

Frame.$$() method

Signature:

class Frame {
$$(selector: string): Promise<ElementHandle[]>;
}

Parameters

ParameterTypeDescription
selectorstring

Returns:

Promise<ElementHandle[]>