Skip to main content

ElementHandle.waitForSelector() method

Signature:
waitForSelector(selector: string, options?: Exclude<WaitForSelectorOptions, 'root'>): Promise<ElementHandle | null>;

Parameters

ParameterTypeDescription
selectorstring
optionsExclude<WaitForSelectorOptions, 'root'>(Optional)
Returns:

Promise<ElementHandle | null>