360 B
360 B
sidebar_label |
---|
Page.$$_1 |
Page.$$() method
Signature:
class Page {
$$(selector: string): Promise<ElementHandle[]>;
}
Parameters
Parameter | Type | Description |
---|---|---|
selector | string |
Returns:
Promise<ElementHandle[]>