ElementHandle.waitForSelector() method
Signature:waitForSelector(selector: string, options?: Exclude<WaitForSelectorOptions, 'root'>): Promise<ElementHandle | null>;
Parameters
Parameter | Type | Description |
---|---|---|
selector | string | |
options | Exclude<WaitForSelectorOptions, 'root'> | (Optional) |
Promise<ElementHandle | null>