puppeteer/docs/api/puppeteer.locator.map.md

505 B

sidebar_label
Locator.map

Locator.map() method

Maps the locator using the provided mapper.

Signature:

class Locator {
  map<To>(mapper: Mapper<T, To>): Locator<To>;
}

Parameters

Parameter Type Description
mapper Mapper<T, To>

Returns:

Locator<To>