--- sidebar_label: Locator.once --- # Locator.once() method #### Signature: ```typescript class Locator { once( eventName: K, handler: (event: LocatorEventObject[K]) => void ): this; } ``` ## Parameters | Parameter | Type | Description | | --------- | -------------------------------------------------------------------------------- | ----------- | | eventName | K | | | handler | (event: [LocatorEventObject](./puppeteer.locatoreventobject.md)\[K\]) => void | | **Returns:** this