OtherLocatorLocator.mapVersion: 22.10.0On this pageLocator.map() method Maps the locator using the provided mapper. Signature: class Locator { map<To>(mapper: Mapper<T, To>): Locator<To>;} Parameters ParameterTypeDescriptionmapperMapper<T, To> Returns: Locator<To>