--- sidebar_label: Locator.race --- # Locator.race() method Creates a race between multiple locators but ensures that only a single one acts. #### Signature: ```typescript class Locator { static race( locators: Locators ): Locator>; } ``` ## Parameters | Parameter | Type | Description | | --------- | -------- | ----------- | | locators | Locators | | **Returns:** [Locator](./puppeteer.locator.md)<[AwaitedLocator](./puppeteer.awaitedlocator.md)<Locators\[number\]>>