534 B
534 B
sidebar_label |
---|
Frame.waitForSelector_1 |
Frame.waitForSelector() method
Signature:
class Frame {waitForSelector(selector: string, options?: WaitForSelectorOptions): Promise<ElementHandle | null>;}
Parameters
Parameter | Type | Description |
---|---|---|
selector | string | |
options | WaitForSelectorOptions | (Optional) |
Returns:
Promise<ElementHandle | null>