其他AwaitedLocator版本: 23.11.1本页内容AwaitedLocator 类型 签名 export type AwaitedLocator<T> = T extends Locator<infer S> ? S : never; 参考: Locator