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](./puppeteer.mapper.md)<T, To>

Returns:

Locator<To>