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>