puppeteer/docs/api/puppeteer.locator.race.md
2023-06-07 12:45:02 +02:00

512 B

sidebar_label
Locator.race

Locator.race() method

Creates a race between multiple locators but ensures that only a single one acts.

Signature:

class Locator {
  static race(locators: Locator[]): Locator;
}

Parameters

Parameter Type Description
locators Locator[]

Returns:

Locator