Waits for the locator to get a handle from the page.
class Locator {
waitHandle(options?: Readonly<ActionOptions>): Promise<HandleFor<T>>;
}
Parameter | Type | Description |
---|---|---|
options | Readonly<[ActionOptions](./puppeteer.actionoptions.md)> | _(Optional)_ |
Returns:
Promise<HandleFor<T>>