JSHandleJSHandle.getPropertyVersion: 19.5.1On this pageJSHandle.getProperty() methodFetches a single property from the referenced object.Signature:class JSHandle { getProperty<K extends keyof T>( propertyName: HandleOr<K> ): Promise<HandleFor<T[K]>>;}ParametersParameterTypeDescriptionpropertyNameHandleOr<K>Returns:Promise<HandleFor<T[K]>>