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