class JSHandle { getProperty<K extends keyof T>( propertyName: HandleOr<K> ): Promise<HandleFor<T[K]>>; }
Returns:
Promise<HandleFor<T[K]>>