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