Locates the target of the given locator.
locator
Future<Locator?> locate(Locator locator) async => await findService<LocatorService>()?.locate(locator);